about summary refs log tree commit diff stats
path: root/cpp/020run
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-24 17:42:13 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-24 17:42:13 -0700
commit68329610f23249b432b9bd0f22f034ac089dd68d (patch)
tree879710d524a15a4e4685a652db3c4e8337d647c6 /cpp/020run
parent2fb94e3c4c4ade042fc1944f1bfa64609bff40b4 (diff)
downloadmu-68329610f23249b432b9bd0f22f034ac089dd68d.tar.gz
1167
Diffstat (limited to 'cpp/020run')
-rw-r--r--cpp/020run2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/020run b/cpp/020run
index b0ba3348..54a1433b 100644
--- a/cpp/020run
+++ b/cpp/020run
@@ -45,7 +45,7 @@ void run(recipe_number r) {
 }
 
 void run(routine rr)
-{  // curly on a separate line, because later layers will modify signature
+{  // curly on a separate line, because later layers will modify header
   Current_routine = &rr;
   while (!done(rr))  // later layers will modify condition
   {