about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--027call_ingredient.cc2
-rw-r--r--038new_text.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/027call_ingredient.cc b/027call_ingredient.cc
index b9195658..1f3b26e8 100644
--- a/027call_ingredient.cc
+++ b/027call_ingredient.cc
@@ -173,7 +173,7 @@ case INGREDIENT: {
 //: a particularly common array type is the string, or address:array:character
 :(code)
 bool is_mu_string(reagent/*copy*/ x) {
-  // Begin is_mu_string(x)
+  // End Preprocess is_mu_string(reagent x)
   return x.type
     && x.type->value == get(Type_ordinal, "address")
     && x.type->right
diff --git a/038new_text.cc b/038new_text.cc
index 33508395..c7696a9b 100644
--- a/038new_text.cc
+++ b/038new_text.cc
@@ -94,7 +94,7 @@ def main [
 +app: 3 97 98 99
 
 //: fixes way more than just stash
-:(after "Begin is_mu_string(x)")
+:(before "End Preprocess is_mu_string(reagent x)")
 if (!canonize_type(x)) return false;
 
 //: Allocate more to routine when initializing a literal string