llvm-svn: 115348
This commit is contained in:
Francois Pichet 2010-10-01 21:20:39 +00:00
parent fc1aee5b3c
commit f1a8de98ab

View File

@ -580,7 +580,7 @@ void ClangAttrListEmitter::run(raw_ostream &OS) {
}
void ClangAttrPCHReadEmitter::run(raw_ostream &OS) {
OS << "// This file is generated by TableGen. Do not edi.\n\n";
OS << "// This file is generated by TableGen. Do not edit.\n\n";
std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"),
ArgRecords;