Correct typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35504 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2007-03-30 06:39:42 +00:00
parent 90b9681886
commit 48a3e98c27

View File

@ -272,7 +272,7 @@ public:
/// @returns true if the argument APInt value is a power of two > 0.
bool isPowerOf2() const;
/// This converts the APInt to a boolean valy as a test against zero.
/// This converts the APInt to a boolean value as a test against zero.
/// @brief Boolean conversion function.
inline bool getBoolValue() const {
return countLeadingZeros() != BitWidth;