From: Yaron Keren Date: Mon, 20 Jul 2015 10:20:57 +0000 (+0000) Subject: Fix typo found by Joerg Sonnenberger. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63423c7d774bfca9f28fcc9ff3260ca5d18b8d62;p=clang Fix typo found by Joerg Sonnenberger. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242662 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/MinGWToolChain.cpp b/lib/Driver/MinGWToolChain.cpp index c0e6736004..5d5205439f 100644 --- a/lib/Driver/MinGWToolChain.cpp +++ b/lib/Driver/MinGWToolChain.cpp @@ -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;