]> granicus.if.org Git - clang/commitdiff
Spelling
authorJoerg Sonnenberger <joerg@bec.de>
Wed, 20 Jul 2011 00:14:37 +0000 (00:14 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Wed, 20 Jul 2011 00:14:37 +0000 (00:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135545 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/Lexer.cpp

index 21522df75cb5d864b9b982f4cbc1b73a427cdd15..7b6b6a99b0c0e35ebbeef83c50ee666794500b00 100644 (file)
@@ -539,7 +539,7 @@ Lexer::ComputePreamble(const llvm::MemoryBuffer *Buffer, unsigned MaxLines) {
       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);