[llvm-commits] [llvm] r69962 - /llvm/trunk/include/llvm/Constants.h
Chris Lattner
sabre at nondot.org
Thu Apr 23 23:37:12 PDT 2009
Author: lattner
Date: Fri Apr 24 01:37:12 2009
New Revision: 69962
URL: http://llvm.org/viewvc/llvm-project?rev=69962&view=rev
Log:
fix a typo noticed by duncan
Modified:
llvm/trunk/include/llvm/Constants.h
Modified: llvm/trunk/include/llvm/Constants.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Constants.h?rev=69962&r1=69961&r2=69962&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Constants.h (original)
+++ llvm/trunk/include/llvm/Constants.h Fri Apr 24 01:37:12 2009
@@ -104,7 +104,7 @@
}
/// Return a ConstantInt with the specified value for the specified type. The
- /// value V will be canonicalized to a an unsigned APInt. Accessing it with
+ /// value V will be canonicalized to an unsigned APInt. Accessing it with
/// either getSExtValue() or getZExtValue() will yield a correctly sized and
/// signed value for the type Ty.
/// @brief Get a ConstantInt for a specific value.
More information about the llvm-commits
mailing list