summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/utils/TableGen/ClangAttrEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/ClangAttrEmitter.cpp b/llvm/utils/TableGen/ClangAttrEmitter.cpp
index 8d3399a9597..c921d9f7025 100644
--- a/llvm/utils/TableGen/ClangAttrEmitter.cpp
+++ b/llvm/utils/TableGen/ClangAttrEmitter.cpp
@@ -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;
OpenPOWER on IntegriCloud