r229839 - Spelling correction.
Yaron Keren
yaron.keren at gmail.com
Thu Feb 19 03:21:12 PST 2015
Author: yrnkrn
Date: Thu Feb 19 05:21:11 2015
New Revision: 229839
URL: http://llvm.org/viewvc/llvm-project?rev=229839&view=rev
Log:
Spelling correction.
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=229839&r1=229838&r2=229839&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/PPMacroExpansion.cpp (original)
+++ cfe/trunk/lib/Lex/PPMacroExpansion.cpp Thu Feb 19 05:21:11 2015
@@ -1180,7 +1180,7 @@ static bool EvaluateHasIncludeNext(Token
// __has_include_next is like __has_include, except that we start
// searching after the current found directory. If we can't do this,
// issue a diagnostic.
- // FIXME: Factor out duplication wiht
+ // FIXME: Factor out duplication with
// Preprocessor::HandleIncludeNextDirective.
const DirectoryLookup *Lookup = PP.GetCurDirLookup();
const FileEntry *LookupFromFile = nullptr;
More information about the cfe-commits
mailing list