diff options
author | Yaron Keren <yaron.keren@gmail.com> | 2015-02-19 11:21:11 +0000 |
---|---|---|
committer | Yaron Keren <yaron.keren@gmail.com> | 2015-02-19 11:21:11 +0000 |
commit | bc5986fe6ae37324db08896122c992aee8631235 (patch) | |
tree | d4017c45924a119d51e55d19b58d9a8a75557d75 /clang/lib | |
parent | 77f118f878d7b19b8732441bee6bfa6428796884 (diff) | |
download | bcm5719-llvm-bc5986fe6ae37324db08896122c992aee8631235.tar.gz bcm5719-llvm-bc5986fe6ae37324db08896122c992aee8631235.zip |
Spelling correction.
llvm-svn: 229839
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/Lex/PPMacroExpansion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Lex/PPMacroExpansion.cpp b/clang/lib/Lex/PPMacroExpansion.cpp index 68c4f50df79..b986ada05a9 100644 --- a/clang/lib/Lex/PPMacroExpansion.cpp +++ b/clang/lib/Lex/PPMacroExpansion.cpp @@ -1180,7 +1180,7 @@ static bool EvaluateHasIncludeNext(Token &Tok, // __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; |