aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--support/tools/TableGen/FileLexer.l2
-rw-r--r--utils/TableGen/FileLexer.l2
2 files changed, 2 insertions, 2 deletions
diff --git a/support/tools/TableGen/FileLexer.l b/support/tools/TableGen/FileLexer.l
index a98a88170e..ad4bd77703 100644
--- a/support/tools/TableGen/FileLexer.l
+++ b/support/tools/TableGen/FileLexer.l
@@ -50,7 +50,7 @@ std::ostream &err() {
return std::cerr << "At end of input: ";
for (unsigned i = 0, e = IncludeStack.size()-1; i != e; ++i)
- std::cerr << "IncFrom " << IncludeStack[i].Filename << ":"
+ std::cerr << "Included from " << IncludeStack[i].Filename << ":"
<< IncludeStack[i].LineNo << ":\n";
return std::cerr << "Parsing " << IncludeStack.back().Filename << ":"
<< Filelineno << ": ";
diff --git a/utils/TableGen/FileLexer.l b/utils/TableGen/FileLexer.l
index a98a88170e..ad4bd77703 100644
--- a/utils/TableGen/FileLexer.l
+++ b/utils/TableGen/FileLexer.l
@@ -50,7 +50,7 @@ std::ostream &err() {
return std::cerr << "At end of input: ";
for (unsigned i = 0, e = IncludeStack.size()-1; i != e; ++i)
- std::cerr << "IncFrom " << IncludeStack[i].Filename << ":"
+ std::cerr << "Included from " << IncludeStack[i].Filename << ":"
<< IncludeStack[i].LineNo << ":\n";
return std::cerr << "Parsing " << IncludeStack.back().Filename << ":"
<< Filelineno << ": ";