summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2011-07-20 00:14:37 +0000
committerJoerg Sonnenberger <joerg@bec.de>2011-07-20 00:14:37 +0000
commitda5d2b761a9115f1b3a0e32744a0e1b66c9b9cda (patch)
treee39360586be0099d61b4d43fd66bd73d20740441 /clang/lib/Lex
parent2494f555b612561fc8bd8a5a800fdbeb7941e668 (diff)
downloadbcm5719-llvm-da5d2b761a9115f1b3a0e32744a0e1b66c9b9cda.tar.gz
bcm5719-llvm-da5d2b761a9115f1b3a0e32744a0e1b66c9b9cda.zip
Spelling
llvm-svn: 135545
Diffstat (limited to 'clang/lib/Lex')
-rw-r--r--clang/lib/Lex/Lexer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Lex/Lexer.cpp b/clang/lib/Lex/Lexer.cpp
index 21522df75cb..7b6b6a99b0c 100644
--- a/clang/lib/Lex/Lexer.cpp
+++ b/clang/lib/Lex/Lexer.cpp
@@ -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);
OpenPOWER on IntegriCloud