about summary refs log tree commit diff stats
path: root/033address.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-04-27 15:37:09 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-04-27 15:37:09 -0700
commit5109e78fab2e94059763eefaec93bd6649d22c1f (patch)
treeadf53b2bff6745095e352d2fd147006998acb4ed /033address.cc
parente765f9e74abc81b738e8670c6d77d363894107b1 (diff)
downloadmu-5109e78fab2e94059763eefaec93bd6649d22c1f.tar.gz
2874
Be more consistent that 'return' is the name of the instruction, and
'reply' just a synonym. Maybe I should take it out. It wouldn't affect
the recipe/ingredient terminology while I teach..
Diffstat (limited to '033address.cc')
-rw-r--r--033address.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/033address.cc b/033address.cc
index 31405c86..2ea35a59 100644
--- a/033address.cc
+++ b/033address.cc
@@ -496,7 +496,7 @@ if (!canonize_type(product)) continue;
 canonize_type(ingredient);
 :(before "End Preprocess NEXT_INGREDIENT product")
 canonize_type(product);
-:(before "End Check REPLY Copy(lhs, rhs)
+:(before "End Check RETURN Copy(lhs, rhs)
 canonize_type(lhs);
 canonize_type(rhs);