From: James Dennett Date: Mon, 2 Dec 2013 17:39:27 +0000 (+0000) Subject: Fix a typo in a comment: expasion -> expansion X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d633c85dc4daf4f6320207e00dcf4570e2dd70bc;p=clang Fix a typo in a comment: expasion -> expansion git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196123 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Lex/PPMacroExpansion.cpp b/lib/Lex/PPMacroExpansion.cpp index f20633fda8..954abe25d8 100644 --- a/lib/Lex/PPMacroExpansion.cpp +++ b/lib/Lex/PPMacroExpansion.cpp @@ -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. // //===----------------------------------------------------------------------===//