[llvm-commits] [llvm] r65496 - /llvm/trunk/include/llvm/Constants.h

Bob Wilson bob.wilson at apple.com
Wed Feb 25 16:58:10 PST 2009


Author: bwilson
Date: Wed Feb 25 18:58:09 2009
New Revision: 65496

URL: http://llvm.org/viewvc/llvm-project?rev=65496&view=rev
Log:
Fix a duplicated word in a comment.

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=65496&r1=65495&r2=65496&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Constants.h (original)
+++ llvm/trunk/include/llvm/Constants.h Wed Feb 25 18:58:09 2009
@@ -75,7 +75,7 @@
   }
 
   /// Return the constant as a 64-bit integer value after it has been sign
-  /// sign extended as appropriate for the type of this constant. Note that
+  /// extended as appropriate for the type of this constant. Note that
   /// this method can assert if the value does not fit in 64 bits.
   /// @deprecated
   /// @brief Return the sign extended value.





More information about the llvm-commits mailing list