diff options
author | Nate Begeman <natebegeman@mac.com> | 2008-04-14 02:26:39 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2008-04-14 02:26:39 +0000 |
commit | 5253c7ff266ae79308050c9f43d60dd1a67c5fb9 (patch) | |
tree | 8697dc11f90d0b1b718099f207b5f0ac1470407e /lib/Lex/Lexer.cpp | |
parent | f8d9e76a58c2c6b00f925e347088ec9b5dc8f1b0 (diff) |
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49632 91177308-0d34-0410-b5e6-96231b3b80d8
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) { |