Correct typo.
authorDuncan Sands <baldrick@free.fr>
Fri, 30 Mar 2007 06:39:42 +0000 (06:39 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 30 Mar 2007 06:39:42 +0000 (06:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35504 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/APInt.h

index 25ea4a2bd5dcfaf5310cfd0c094be5eea93ed1df..6ccefc23524590c279c18d66fd21c406eb2cc2a3 100644 (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;