about summary refs log tree commit diff stats
path: root/cpp/023jump
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/023jump')
-rw-r--r--cpp/023jump3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/023jump b/cpp/023jump
index 669c7258..128b3924 100644
--- a/cpp/023jump
+++ b/cpp/023jump
@@ -1,5 +1,6 @@
+//: Jump primitives.
+
 :(before "End Primitive Recipe Declarations")
-// Jump ops.
 JUMP,
 :(before "End Primitive Recipe Numbers")
 Recipe_number["jump"] = JUMP;