aboutsummaryrefslogtreecommitdiffstats
path: root/support/tools/TableGen/FileLexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'support/tools/TableGen/FileLexer.l')
-rw-r--r--support/tools/TableGen/FileLexer.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/tools/TableGen/FileLexer.l b/support/tools/TableGen/FileLexer.l
index a98a881..ad4bd77 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 << ": ";