]> granicus.if.org Git - clang/commitdiff
Typo spotted by Ivan Krasin.
authorChad Rosier <mcrosier@apple.com>
Sat, 20 Aug 2011 06:56:17 +0000 (06:56 +0000)
committerChad Rosier <mcrosier@apple.com>
Sat, 20 Aug 2011 06:56:17 +0000 (06:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138200 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/HostInfo.cpp

index 3b1c2c73fd74950de16608e0504ff2efa3e7ad60..292678bf8aa8ff32666b8cd1d9df28853dcc3eab 100644 (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();