[cfe-commits] r94576 - /cfe/trunk/lib/Lex/PPMacroExpansion.cpp
Douglas Gregor
dgregor at apple.com
Tue Jan 26 11:43:44 PST 2010
Author: dgregor
Date: Tue Jan 26 13:43:43 2010
New Revision: 94576
URL: http://llvm.org/viewvc/llvm-project?rev=94576&view=rev
Log:
Fix typo in comment
Modified:
cfe/trunk/lib/Lex/PPMacroExpansion.cpp
Modified: cfe/trunk/lib/Lex/PPMacroExpansion.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/PPMacroExpansion.cpp?rev=94576&r1=94575&r2=94576&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/PPMacroExpansion.cpp (original)
+++ cfe/trunk/lib/Lex/PPMacroExpansion.cpp Tue Jan 26 13:43:43 2010
@@ -152,7 +152,7 @@
MacroInfo *MI) {
if (Callbacks) Callbacks->MacroExpands(Identifier, MI);
- // If this is a macro exapnsion in the "#if !defined(x)" line for the file,
+ // If this is a macro expansion in the "#if !defined(x)" line for the file,
// then the macro could expand to different things in other contexts, we need
// to disable the optimization in this case.
if (CurPPLexer) CurPPLexer->MIOpt.ExpandedMacro();
More information about the cfe-commits
mailing list