]> granicus.if.org Git - clang/commitdiff
Fix typo
authorNate Begeman <natebegeman@mac.com>
Mon, 14 Apr 2008 02:26:39 +0000 (02:26 +0000)
committerNate Begeman <natebegeman@mac.com>
Mon, 14 Apr 2008 02:26:39 +0000 (02:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49632 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/Lexer.cpp

index 0768e3b47479623fa5516331f8895ccf889bbb65..4fbbe3cc46449da7e6bc64696081fa56a6a4de8e 100644 (file)
@@ -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) {