about summary refs log tree commit diff stats
path: root/020run.cc
diff options
context:
space:
mode:
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