From: Logan Chien Date: Wed, 3 Oct 2012 09:26:43 +0000 (+0000) Subject: Fix typo in comments. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b914d14e67977206ead545cf92796254881d7a54;p=platform%2Fupstream%2Fllvm.git Fix typo in comments. llvm-svn: 165105 --- diff --git a/clang/lib/Driver/Driver.cpp b/clang/lib/Driver/Driver.cpp index 918bc97..254c419 100644 --- a/clang/lib/Driver/Driver.cpp +++ b/clang/lib/Driver/Driver.cpp @@ -1581,7 +1581,7 @@ const char *Driver::GetNamedOutputPath(Compilation &C, std::string Driver::GetFilePath(const char *Name, const ToolChain &TC) const { // Respect a limited subset of the '-Bprefix' functionality in GCC by - // attempting to use this prefix when lokup up program paths. + // attempting to use this prefix when lookup up program paths. for (Driver::prefix_list::const_iterator it = PrefixDirs.begin(), ie = PrefixDirs.end(); it != ie; ++it) { std::string Dir(*it);