about summary refs log tree commit diff stats
path: root/027call_ingredient.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-06-29 16:08:13 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-06-29 16:08:13 -0700
commita41f84c5c924eb66996951aab4ead5a8f9feb3eb (patch)
tree3777290e775f3c721ac49517d7029a1b772c3b22 /027call_ingredient.cc
parentbe6b24929b5327fc68ac62530ce62988e2e7c486 (diff)
downloadmu-a41f84c5c924eb66996951aab4ead5a8f9feb3eb.tar.gz
3079
Diffstat (limited to '027call_ingredient.cc')
-rw-r--r--027call_ingredient.cc2
1 files changed, 1 insertions, 1 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