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 | 5eee93328e3f0e04599211372b4d6509699b9ec0 (patch) | |
tree | d76a9050bf2853d0f6b3ce9fcb610d4c93c20beb /clang/lib/Lex/Lexer.cpp | |
parent | 2daae31e9a5d058579949dde66a6d74e724fbd98 (diff) | |
download | bcm5719-llvm-5eee93328e3f0e04599211372b4d6509699b9ec0.tar.gz bcm5719-llvm-5eee93328e3f0e04599211372b4d6509699b9ec0.zip |
Fix typo
llvm-svn: 49632
Diffstat (limited to 'clang/lib/Lex/Lexer.cpp')
-rw-r--r-- | clang/lib/Lex/Lexer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Lex/Lexer.cpp b/clang/lib/Lex/Lexer.cpp index 0768e3b4747..4fbbe3cc464 100644 --- a/clang/lib/Lex/Lexer.cpp +++ b/clang/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) { |