From 25afb65692159b34ef55e1b6590bc05bec94bfb1 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 20 May 2003 23:45:36 +0000 Subject: [PATCH] I fixed that ``thang'', yo. llvm-svn: 6252 --- llvm/support/tools/TableGen/FileParser.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/support/tools/TableGen/FileParser.y b/llvm/support/tools/TableGen/FileParser.y index 76f07e465f87..ab1819c554a9 100644 --- a/llvm/support/tools/TableGen/FileParser.y +++ b/llvm/support/tools/TableGen/FileParser.y @@ -124,7 +124,7 @@ static void addSubClass(Record *SC, const std::vector &TemplateArgs) { // Ensure that an appropriate number of template arguments are specified... if (TArgs.size() < TemplateArgs.size()) { - err() << "ERROR: More template args specified thang expected!\n"; + err() << "ERROR: More template args specified than expected!\n"; abort(); } else { // This class expects template arguments... // Loop over all of the template arguments, setting them to the specified