From d633c85dc4daf4f6320207e00dcf4570e2dd70bc Mon Sep 17 00:00:00 2001 From: James Dennett Date: Mon, 2 Dec 2013 17:39:27 +0000 Subject: [PATCH] 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 --- lib/Lex/PPMacroExpansion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. // //===----------------------------------------------------------------------===// -- 2.40.0