Fix comment typo.

llvm-svn: 197695
This commit is contained in:
Will Wilson 2013-12-19 16:24:17 +00:00
parent 9ec26f395b
commit 9ef61a7ca7
1 changed files with 1 additions and 1 deletions

View File

@ -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(),