diff options
Diffstat (limited to 'lib/Lex/Lexer.cpp')
-rw-r--r-- | lib/Lex/Lexer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Lex/Lexer.cpp b/lib/Lex/Lexer.cpp index 0768e3b474..4fbbe3cc46 100644 --- a/lib/Lex/Lexer.cpp +++ b/lib/Lex/Lexer.cpp @@ -564,7 +564,7 @@ FinishIdentifier: } -/// LexNumericConstant - Lex the remainer of a integer or floating point +/// LexNumericConstant - Lex the remainder of a integer or floating point /// constant. From[-1] is the first character lexed. Return the end of the /// constant. void Lexer::LexNumericConstant(Token &Result, const char *CurPtr) { |