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 8d769730..2f4a2ca4 100644
--- a/020run.cc
+++ b/020run.cc
@@ -95,7 +95,7 @@ void run_current_routine()
         write_memory(current_instruction().products.at(i), products.at(i));
     }
     // End Write Products of Instruction
-    // End of Instruction
+    // End Running One Instruction
     finish_instruction:;
     ++current_step_index();
   }