Fix grammar
authorChris Lattner <sabre@nondot.org>
Fri, 24 Jun 2005 18:00:40 +0000 (18:00 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 24 Jun 2005 18:00:40 +0000 (18:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22279 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AsmParser/llvmAsmParser.y

index 178c533093464305cff884519767785e66d9a749..e8ca9c00683f6dd1706010b9e740b20bd0c6ac9a 100644 (file)
@@ -749,7 +749,7 @@ static PATypeHolder HandleUpRefs(const Type *ty) {
   }
 
   if (ObsoleteVarArgs && NewVarArgs)
-    ThrowException("This file is corrupt in that it uses both new and old style varargs");
+    ThrowException("This file is corrupt: it uses both new and old style varargs");
 
   if(ObsoleteVarArgs) {
     if(Function* F = Result->getNamedFunction("llvm.va_start")) {