about summary refs log tree commit diff stats
path: root/020run.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-16 13:40:46 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-16 13:56:19 -0700
commit6a218cff3ae7e7d5a77da493d1ba42c6be95a2fc (patch)
tree414bd00f5cf479c93bb622793be28ec5dbda242e /020run.cc
parentc057f5c190bc83abc6ef636989c622ba4def8ec3 (diff)
downloadmu-6a218cff3ae7e7d5a77da493d1ba42c6be95a2fc.tar.gz
3196
Diffstat (limited to '020run.cc')
-rw-r--r--020run.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/020run.cc b/020run.cc
index ef2833a5..143cc07c 100644
--- a/020run.cc
+++ b/020run.cc
@@ -57,7 +57,7 @@ void run(recipe_ordinal r) {
 }
 
 void run_current_routine()
-{  // curly on a separate line, because later layers will modify header
+{  // curly on a separate line, because later layers will modify function header
   while (!Current_routine->completed())  // later layers will modify condition
   {
     // Running One Instruction