[cfe-commits] r54774 - /cfe/trunk/Driver/RewriteMacros.cpp
Ted Kremenek
kremenek at apple.com
Wed Aug 13 20:45:11 PDT 2008
Author: kremenek
Date: Wed Aug 13 22:45:07 2008
New Revision: 54774
URL: http://llvm.org/viewvc/llvm-project?rev=54774&view=rev
Log:
Fix typo.
Modified:
cfe/trunk/Driver/RewriteMacros.cpp
Modified: cfe/trunk/Driver/RewriteMacros.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Driver/RewriteMacros.cpp?rev=54774&r1=54773&r2=54774&view=diff
==============================================================================
--- cfe/trunk/Driver/RewriteMacros.cpp (original)
+++ cfe/trunk/Driver/RewriteMacros.cpp Wed Aug 13 22:45:07 2008
@@ -107,7 +107,7 @@
// 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.
More information about the cfe-commits
mailing list