1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix a duplicated word in a comment.

llvm-svn: 65496
This commit is contained in:
Bob Wilson 2009-02-26 00:58:09 +00:00
parent 980b081d2a
commit 873bfcf34f

View 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.