commit | 28b810e9e4b11074a241aad87e1e09ec7859a691 | [log] [tgz] |
---|---|---|
author | Jim Grosbach <grosbach@apple.com> | Wed Apr 18 18:09:53 2012 +0000 |
committer | Jim Grosbach <grosbach@apple.com> | Wed Apr 18 18:09:53 2012 +0000 |
tree | 2eae583ad331e08800d1fb8759b78dc52ec155ff | |
parent | 7be43977b4a12b2e2361a3d0cf087e637394896b [diff] [blame] |
Fix copy/paste-o. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155016 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/TableGen/Error.cpp b/lib/TableGen/Error.cpp index 369e3c1..1463b68 100644 --- a/lib/TableGen/Error.cpp +++ b/lib/TableGen/Error.cpp
@@ -29,7 +29,7 @@ } void PrintWarning(const Twine &Msg) { - errs() << "error:" << Msg << "\n"; + errs() << "warning:" << Msg << "\n"; } void PrintWarning(const TGError &Warning) {