From 9ef61a7ca78e61e82ca13cdf5c578bb518bd0e9b Mon Sep 17 00:00:00 2001 From: Will Wilson Date: Thu, 19 Dec 2013 16:24:17 +0000 Subject: Fix comment typo. llvm-svn: 197695 --- clang/lib/Lex/HeaderSearch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang') 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::iterator I = HSOpts->ModuleMapFiles.begin(), -- cgit v1.2.3