summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/TableGen/Error.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/TableGen/Error.cpp b/lib/TableGen/Error.cpp
index 369e3c1623..1463b68144 100644
--- a/lib/TableGen/Error.cpp
+++ b/lib/TableGen/Error.cpp
@@ -29,7 +29,7 @@ void PrintWarning(const char *Loc, const Twine &Msg) {
}
void PrintWarning(const Twine &Msg) {
- errs() << "error:" << Msg << "\n";
+ errs() << "warning:" << Msg << "\n";
}
void PrintWarning(const TGError &Warning) {