[llvm-commits] [llvm] r47085 - /llvm/trunk/include/llvm/ADT/APInt.h
Dan Gohman
gohman at apple.com
Wed Feb 13 12:56:53 PST 2008
Author: djg
Date: Wed Feb 13 14:56:53 2008
New Revision: 47085
URL: http://llvm.org/viewvc/llvm-project?rev=47085&view=rev
Log:
Fix a typo in a comment.
Modified:
llvm/trunk/include/llvm/ADT/APInt.h
Modified: llvm/trunk/include/llvm/ADT/APInt.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/APInt.h?rev=47085&r1=47084&r2=47085&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/APInt.h (original)
+++ llvm/trunk/include/llvm/ADT/APInt.h Wed Feb 13 14:56:53 2008
@@ -921,7 +921,7 @@
uint32_t countLeadingOnes() const;
/// countTrailingZeros - This function is an APInt version of the
- /// countTrailingZoers_{32,64} functions in MathExtras.h. It counts
+ /// countTrailingZeros_{32,64} functions in MathExtras.h. It counts
/// the number of zeros from the least significant bit to the first set bit.
/// @returns BitWidth if the value is zero.
/// @returns the number of zeros from the least significant bit to the first
More information about the llvm-commits
mailing list