[llvm-commits] CVS: llvm/include/llvm/ADT/APInt.h
Duncan Sands
baldrick at free.fr
Thu Mar 29 23:39:59 PDT 2007
Changes in directory llvm/include/llvm/ADT:
APInt.h updated: 1.58 -> 1.59
---
Log message:
Correct typo.
---
Diffs of the changes: (+1 -1)
APInt.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/ADT/APInt.h
diff -u llvm/include/llvm/ADT/APInt.h:1.58 llvm/include/llvm/ADT/APInt.h:1.59
--- llvm/include/llvm/ADT/APInt.h:1.58 Sun Mar 25 16:58:42 2007
+++ llvm/include/llvm/ADT/APInt.h Fri Mar 30 01:39:42 2007
@@ -272,7 +272,7 @@
/// @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;
More information about the llvm-commits
mailing list