summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-02-26 00:58:09 +0000
committerBob Wilson <bob.wilson@apple.com>2009-02-26 00:58:09 +0000
commit7b048b391f9ded004170a67780d1c6a5eedeb604 (patch)
tree245d417bbaf8ad385bb15b4152e9adbfcda935a1 /include
parent1aa1f74a096a998c7bc1727b52e54cf592f50978 (diff)
downloadllvm-7b048b391f9ded004170a67780d1c6a5eedeb604.tar.gz
llvm-7b048b391f9ded004170a67780d1c6a5eedeb604.tar.bz2
llvm-7b048b391f9ded004170a67780d1c6a5eedeb604.tar.xz
Fix a duplicated word in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65496 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h
index 351e80e176..0088d68f59 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.