Fix typo found by Joerg Sonnenberger.

llvm-svn: 242662
This commit is contained in:
Yaron Keren 2015-07-20 10:20:57 +00:00
parent 842d61f50c
commit 7d4db6b9d9
1 changed files with 1 additions and 1 deletions

View 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;