about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-11-10 15:01:37 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-11-10 15:01:37 -0800
commit30117aba31e5a8376eac2a2acfd475a0c6886c46 (patch)
tree18d23a3a0af53c14132f8691da1ca12b719873d7
parentf135ca766f30effc5219ee85387de9a2d91a4d8b (diff)
downloadmu-30117aba31e5a8376eac2a2acfd475a0c6886c46.tar.gz
3659
-rw-r--r--043space.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/043space.cc b/043space.cc
index 6c553661..32434f71 100644
--- a/043space.cc
+++ b/043space.cc
@@ -222,7 +222,7 @@ if (curr.name == "local-scope") {
   rewrite_default_space_instruction(curr);
 }
 
-//: todo: do this in a transform, rather than magically in the return instruction
+//: todo: do this in a transform, rather than magically in the 'return' instruction
 :(after "Falling Through End Of Recipe")
 try_reclaim_locals();
 :(after "Starting Reply")