[llvm-commits] CVS: llvm/include/llvm/ADT/APInt.h
Reid Spencer
reid at x10sys.com
Sat Mar 24 18:14:03 PDT 2007
Changes in directory llvm/include/llvm/ADT:
APInt.h updated: 1.56 -> 1.57
---
Log message:
Fix a typo in a comment.
---
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.56 llvm/include/llvm/ADT/APInt.h:1.57
--- llvm/include/llvm/ADT/APInt.h:1.56 Sat Mar 24 19:01:47 2007
+++ llvm/include/llvm/ADT/APInt.h Sat Mar 24 20:13:46 2007
@@ -726,7 +726,7 @@
/// @brief Sign extend to a new width.
APInt &sext(uint32_t width);
- /// This operation zero extends the APInt to a new width. Thie high order bits
+ /// This operation zero extends the APInt to a new width. The high order bits
/// are filled with 0 bits. It is an error to specify a width that is less
/// than or equal to the current width.
/// @brief Zero extend to a new width.
More information about the llvm-commits
mailing list