]> granicus.if.org Git - clang/commitdiff
Fix typo in comments.
authorLogan Chien <tzuhsiang.chien@gmail.com>
Wed, 3 Oct 2012 09:26:43 +0000 (09:26 +0000)
committerLogan Chien <tzuhsiang.chien@gmail.com>
Wed, 3 Oct 2012 09:26:43 +0000 (09:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165105 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Driver.cpp

index 918bc971d66816ae3590b6fc5494d6b2918e9424..254c419b3ddee43099f74c89341f2cf68892e522 100644 (file)
@@ -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);