I fixed that ``thang'', yo.

llvm-svn: 6252
This commit is contained in:
Misha Brukman 2003-05-20 23:45:36 +00:00
parent 373086db75
commit 25afb65692
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ static void addSubClass(Record *SC, const std::vector<Init*> &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