diff options
Diffstat (limited to 'include/clang/Lex/Lexer.h')
-rw-r--r-- | include/clang/Lex/Lexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Lex/Lexer.h b/include/clang/Lex/Lexer.h index 3950e17705..8077934a61 100644 --- a/include/clang/Lex/Lexer.h +++ b/include/clang/Lex/Lexer.h @@ -138,7 +138,7 @@ public: /// LexFromRawLexer - Lex a token from a designated raw lexer (one with no /// associated preprocessor object. Return true if the 'next character to - /// read' pointer points and the end of the lexer buffer, false otherwise. + /// read' pointer points at the end of the lexer buffer, false otherwise. bool LexFromRawLexer(Token &Result) { assert(LexingRawMode && "Not already in raw mode!"); Lex(Result); |