r196123 - Fix a typo in a comment: expasion -> expansion
James Dennett
jdennett at google.com
Mon Dec 2 09:39:28 PST 2013
Author: jdennett
Date: Mon Dec 2 11:39:27 2013
New Revision: 196123
URL: http://llvm.org/viewvc/llvm-project?rev=196123&view=rev
Log:
Fix a typo in a comment: expasion -> expansion
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=196123&r1=196122&r2=196123&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/PPMacroExpansion.cpp (original)
+++ cfe/trunk/lib/Lex/PPMacroExpansion.cpp Mon Dec 2 11:39:27 2013
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file implements the top level handling of macro expasion for the
+// This file implements the top level handling of macro expansion for the
// preprocessor.
//
//===----------------------------------------------------------------------===//
More information about the cfe-commits
mailing list