Fix a duplicated word in a comment.
authorBob Wilson <bob.wilson@apple.com>
Thu, 26 Feb 2009 00:58:09 +0000 (00:58 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 26 Feb 2009 00:58:09 +0000 (00:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65496 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Constants.h

index 351e80e176ffde3f73b728b3bc49121f9ee89c41..0088d68f59a36142ddfd7dd464ec8aafc5c5685c 100644 (file)
@@ -75,7 +75,7 @@ public:
   }
 
   /// 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.