From 63423c7d774bfca9f28fcc9ff3260ca5d18b8d62 Mon Sep 17 00:00:00 2001 From: Yaron Keren Date: Mon, 20 Jul 2015 10:20:57 +0000 Subject: [PATCH] Fix typo found by Joerg Sonnenberger. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242662 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Driver/MinGWToolChain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0