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. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits