[cfe-commits] r49632 - /cfe/trunk/lib/Lex/Lexer.cpp

Nate Begeman natebegeman at mac.com
Sun Apr 13 19:26:39 PDT 2008


Author: sampo
Date: Sun Apr 13 21:26:39 2008
New Revision: 49632

URL: http://llvm.org/viewvc/llvm-project?rev=49632&view=rev
Log:
Fix typo

Modified:
    cfe/trunk/lib/Lex/Lexer.cpp

Modified: cfe/trunk/lib/Lex/Lexer.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/Lexer.cpp?rev=49632&r1=49631&r2=49632&view=diff

==============================================================================
--- cfe/trunk/lib/Lex/Lexer.cpp (original)
+++ cfe/trunk/lib/Lex/Lexer.cpp Sun Apr 13 21:26:39 2008
@@ -564,7 +564,7 @@
 }
 
 
-/// 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) {





More information about the cfe-commits mailing list