]> granicus.if.org Git - clang/commitdiff
Fix typo.
authorTed Kremenek <kremenek@apple.com>
Thu, 14 Aug 2008 03:45:07 +0000 (03:45 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 14 Aug 2008 03:45:07 +0000 (03:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54774 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/RewriteMacros.cpp

index c2989438fde28a8b3044fbd02f308a1f93fb4eef..5500186f2032b6be2f9d236872625412ebb8ce58 100644 (file)
@@ -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.