From: Bob Wilson Date: Thu, 26 Feb 2009 00:58:09 +0000 (+0000) Subject: Fix a duplicated word in a comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7b048b391f9ded004170a67780d1c6a5eedeb604;p=oota-llvm.git Fix a duplicated word in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65496 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h index 351e80e176f..0088d68f59a 100644 --- a/include/llvm/Constants.h +++ b/include/llvm/Constants.h @@ -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.