diff options
author | Will Wilson <will@indefiant.com> | 2013-12-19 16:24:17 +0000 |
---|---|---|
committer | Will Wilson <will@indefiant.com> | 2013-12-19 16:24:17 +0000 |
commit | 9ef61a7ca78e61e82ca13cdf5c578bb518bd0e9b (patch) | |
tree | 610b7739aaf90a5e4f963821965cfd79fedc95da /clang/lib/Lex/HeaderSearch.cpp | |
parent | 9ec26f395b1f072ce89fb6e52760478f31dd88d1 (diff) | |
download | bcm5719-llvm-9ef61a7ca78e61e82ca13cdf5c578bb518bd0e9b.tar.gz bcm5719-llvm-9ef61a7ca78e61e82ca13cdf5c578bb518bd0e9b.zip |
Fix comment typo.
llvm-svn: 197695
Diffstat (limited to 'clang/lib/Lex/HeaderSearch.cpp')
-rw-r--r-- | clang/lib/Lex/HeaderSearch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Lex/HeaderSearch.cpp b/clang/lib/Lex/HeaderSearch.cpp index 254c0293df9..95d74e5d723 100644 --- a/clang/lib/Lex/HeaderSearch.cpp +++ b/clang/lib/Lex/HeaderSearch.cpp @@ -511,7 +511,7 @@ const FileEntry *HeaderSearch::LookupFile( // Preload all explicitly specified module map files. This enables modules // map files lying in a directory structure separate from the header files // that they describe. These cannot be loaded lazily upon encountering a - // header file, as there is no other knwon mapping from a header file to its + // header file, as there is no other known mapping from a header file to its // module map file. for (llvm::SetVector<std::string>::iterator I = HSOpts->ModuleMapFiles.begin(), |