diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-08-14 03:45:07 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-08-14 03:45:07 +0000 |
commit | e4d923383a7a958d464d45e318bbaf9b93640070 (patch) | |
tree | 763a32f9b475001ee3c5429d3152a61b7a9c5e0a | |
parent | 7da1b82f56f7134ee5ca3bed3eaa43093263723a (diff) | |
download | bcm5719-llvm-e4d923383a7a958d464d45e318bbaf9b93640070.tar.gz bcm5719-llvm-e4d923383a7a958d464d45e318bbaf9b93640070.zip |
Fix typo.
llvm-svn: 54774
-rw-r--r-- | clang/Driver/RewriteMacros.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Driver/RewriteMacros.cpp b/clang/Driver/RewriteMacros.cpp index c2989438fde..5500186f203 100644 --- a/clang/Driver/RewriteMacros.cpp +++ b/clang/Driver/RewriteMacros.cpp @@ -107,7 +107,7 @@ void clang::RewriteMacrosInInput(Preprocessor &PP,const std::string &InFileName, // Preprocess the input file in parallel with raw lexing the main file. Ignore // all tokens that are preprocessed from a file other than the main file (e.g. - // a header). If we see tokens that are in the preprocessed file bug not the + // a header). If we see tokens that are in the preprocessed file but not the // lexed file, we have a macro expansion. If we see tokens in the lexed file // that aren't in the preprocessed view, we have macros that expand to no // tokens, or macro arguments etc. |