mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
Fix typo
llvm-svn: 115348
This commit is contained in:
parent
fc1aee5b3c
commit
f1a8de98ab
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user