]> granicus.if.org Git - clang/commitdiff
Fix typo found by Joerg Sonnenberger.
authorYaron Keren <yaron.keren@gmail.com>
Mon, 20 Jul 2015 10:20:57 +0000 (10:20 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Mon, 20 Jul 2015 10:20:57 +0000 (10:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242662 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/MinGWToolChain.cpp

index c0e673600441078a0f60194145373e089a87ea6c..5d5205439f932b8f74a9402ef2bb99b9086f5ed4 100644 (file)
@@ -27,7 +27,7 @@ MinGW::MinGW(const Driver &D, const llvm::Triple &Triple, const ArgList &Args)
   llvm::SmallString<1024> LibDir;
 
   // In Windows there aren't any standard install locations, we search
-  // for gcc on the PATH. In Liunx the base is always /usr.
+  // for gcc on the PATH. In Linux the base is always /usr.
 #ifdef LLVM_ON_WIN32
   if (getDriver().SysRoot.size())
     Base = getDriver().SysRoot;