about summary refs log tree commit diff stats
path: root/010vm.cc
diff options
context:
space:
mode:
Diffstat (limited to '010vm.cc')
-rw-r--r--010vm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/010vm.cc b/010vm.cc
index d57f7fb2..feb67a30 100644
--- a/010vm.cc
+++ b/010vm.cc
@@ -28,7 +28,7 @@ struct recipe {
 //   product1, product2, product3, ... <- operation ingredient1, ingredient2, ingredient3, ...
 // or just a single 'label' starting with a non-alphanumeric character
 //   +label
-// Labels don't do anything, they're just waypoints.
+// Labels don't do anything, they're just named locations in a recipe.
 struct instruction {
   bool is_label;
   string label;  // only if is_label