aboutsummaryrefslogtreecommitdiffstats
path: root/src/flatten.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/flatten.cpp')
-rw-r--r--src/flatten.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flatten.cpp b/src/flatten.cpp
index dfbd7a3..8d92ff9 100644
--- a/src/flatten.cpp
+++ b/src/flatten.cpp
@@ -189,7 +189,7 @@ resp_flatten(CEnv& cenv, Code& code, const AST* ast) throw()
return ast;
}
- cenv.err << "Attempt to compile unknown type: " << ast << endl;
+ cenv.err << "Attempt to flatten unknown form: " << ast << endl;
assert(false);
return NULL;
}