about summary refs log tree commit diff stats
path: root/cpp/024compare
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/024compare')
-rw-r--r--cpp/024compare3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/024compare b/cpp/024compare
index 145feaa2..8675c36a 100644
--- a/cpp/024compare
+++ b/cpp/024compare
@@ -1,5 +1,6 @@
+//: Comparison primitives.
+
 :(before "End Primitive Recipe Declarations")
-// Comparison ops.
 EQUAL,
 :(before "End Primitive Recipe Numbers")
 Recipe_number["equal"] = EQUAL;