Fix grammar

llvm-svn: 22279
This commit is contained in:
Chris Lattner 2005-06-24 18:00:40 +00:00
parent 8842bcc3fc
commit 6f3c7b46ee

View 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")) {