git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49632 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nate Begeman 2008-04-14 02:26:39 +00:00
Родитель f8d9e76a58
Коммит 5253c7ff26
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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) {