about summary refs log tree commit diff stats
path: root/cpp/010vm
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/010vm')
-rw-r--r--cpp/010vm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/010vm b/cpp/010vm
index de50bde0..a900a56e 100644
--- a/cpp/010vm
+++ b/cpp/010vm
@@ -161,7 +161,7 @@ Next_recipe_number = 1000;  // consistent new numbers for each test
 
 
 
-//: Helpers
+//:: Helpers
 
 :(code)
 instruction::instruction() :is_label(false), operation(IDLE) {}