about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-17 00:57:27 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-17 00:57:27 -0700
commita7d7073512007161cd02a085398893f16128532e (patch)
tree3b9d4e96396cefc986fa6d315976f20d363ce38c
parent92681d7b774669d505717f7c4c3b24066e781b63 (diff)
downloadmu-a7d7073512007161cd02a085398893f16128532e.tar.gz
1581
-rw-r--r--020run.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/020run.cc b/020run.cc
index ec9c1c2b..028aa313 100644
--- a/020run.cc
+++ b/020run.cc
@@ -58,7 +58,7 @@ void run_current_routine()
   while (!Current_routine->completed())  // later layers will modify condition
   {
 //?     cerr << "AAA 7: " << current_step_index() << '\n'; //? 1
-    // Running One Instruction.
+    // Running One Instruction
     if (current_instruction().is_label) { ++current_step_index(); continue; }
     trace(Initial_callstack_depth+Callstack_depth, "run") << current_instruction().to_string();
     assert(Memory[0] == 0);