about summary refs log tree commit diff stats
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-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
   {