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

Joerg Sonnenberger joerg at bec.de
Tue Jul 19 17:14:38 PDT 2011


Author: joerg
Date: Tue Jul 19 19:14:37 2011
New Revision: 135545

URL: http://llvm.org/viewvc/llvm-project?rev=135545&view=rev
Log:
Spelling

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=135545&r1=135544&r2=135545&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/Lexer.cpp (original)
+++ cfe/trunk/lib/Lex/Lexer.cpp Tue Jul 19 19:14:37 2011
@@ -539,7 +539,7 @@
       Token HashTok = TheTok;
       InPreprocessorDirective = true;
       
-      // Figure out which direective this is. Since we're lexing raw tokens,
+      // Figure out which directive this is. Since we're lexing raw tokens,
       // we don't have an identifier table available. Instead, just look at
       // the raw identifier to recognize and categorize preprocessor directives.
       TheLexer.LexFromRawLexer(TheTok);





More information about the cfe-commits mailing list