about summary refs log tree commit diff stats
path: root/043space.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-12-24 12:44:01 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-12-24 12:44:01 -0800
commitc81fde0c44407b76d90601b992bb3cb74b6568fd (patch)
tree99cb1ffad089bb31041e3a066c1c7376b61b9d50 /043space.cc
parentfa708f553a3c314aa1eda75cee3c4e5e3b4f40db (diff)
downloadmu-c81fde0c44407b76d90601b992bb3cb74b6568fd.tar.gz
4163
Diffstat (limited to '043space.cc')
-rw-r--r--043space.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/043space.cc b/043space.cc
index c9d960aa..41c7b41d 100644
--- a/043space.cc
+++ b/043space.cc
@@ -202,7 +202,7 @@ void rewrite_default_space_instruction(instruction& curr) {
   curr.ingredients.push_back(reagent("location:type"));
   curr.ingredients.push_back(reagent("number-of-locals:literal"));
   if (!curr.products.empty())
-    raise << "new-default-space can't take any results\n" << end();
+    raise << "local-scope can't take any results\n" << end();
   curr.products.push_back(reagent("default-space:space"));
 }
 :(after "Begin Preprocess read_memory(x)")