Fix typos in (generated) comments.

llvm-svn: 55916
This commit is contained in:
Dan Gohman 2008-09-08 16:29:36 +00:00
parent 4d5b5fe812
commit f6ac018926
1 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ void RegisterInfoEmitter::run(std::ostream &OS) {
std::string Name = RC.TheDef->getName();
OS << " // " << Name
<< " Sub-register Classess...\n"
<< " Sub-register Classes...\n"
<< " static const TargetRegisterClass* const "
<< Name << "SubRegClasses [] = {\n ";
@ -296,7 +296,7 @@ void RegisterInfoEmitter::run(std::ostream &OS) {
std::string Name = RC.TheDef->getName();
OS << " // " << Name
<< " Super-register Classess...\n"
<< " Super-register Classes...\n"
<< " static const TargetRegisterClass* const "
<< Name << "SuperRegClasses [] = {\n ";