Typo spotted by Ivan Krasin.

llvm-svn: 138200
This commit is contained in:
Chad Rosier 2011-08-20 06:56:17 +00:00
parent 1eae12cc9f
commit aa9e24133f
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ bool UnknownHostInfo::useDriverDriver() const {
ToolChain *UnknownHostInfo::CreateToolChain(const ArgList &Args,
const char *ArchName) const {
assert(!ArchName &&
"Unexpected arch name on platform without driver driver support.");
"Unexpected arch name on platform without driver support.");
// Automatically handle some instances of -m32/-m64 we know about.
std::string Arch = getArchName();