summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/Lexer.cpp
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2008-04-14 02:26:39 +0000
committerNate Begeman <natebegeman@mac.com>2008-04-14 02:26:39 +0000
commit5eee93328e3f0e04599211372b4d6509699b9ec0 (patch)
treed76a9050bf2853d0f6b3ce9fcb610d4c93c20beb /clang/lib/Lex/Lexer.cpp
parent2daae31e9a5d058579949dde66a6d74e724fbd98 (diff)
downloadbcm5719-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.cpp2
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) {
OpenPOWER on IntegriCloud