about summary refs log tree commit diff stats
path: root/html/010vm.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-22 16:27:36 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-22 16:27:36 -0700
commitc02478c4010d54acfaed0318a2c2c689b468e92e (patch)
tree8cdc5a15f685e4ef27205a59306f5781a10b3899 /html/010vm.cc.html
parent6a9d8191dfb5606f8d3630375f3ec045bd534ba3 (diff)
downloadmu-c02478c4010d54acfaed0318a2c2c689b468e92e.tar.gz
3558
Diffstat (limited to 'html/010vm.cc.html')
-rw-r--r--html/010vm.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/010vm.cc.html b/html/010vm.cc.html
index 69df5682..b2f2a111 100644
--- a/html/010vm.cc.html
+++ b/html/010vm.cc.html
@@ -64,7 +64,7 @@ recipe_ordinal Next_recipe_ordinal = <span class="Constant">1</span><span class=
 <span class="Comment">//   product1, product2, product3, ... &lt;- operation ingredient1, ingredient2, ingredient3, ...</span>
 <span class="Comment">// or just a single 'label' starting with a non-alphanumeric character</span>
 <span class="Comment">//   +label</span>
-<span class="Comment">// Labels don't do anything, they're just waypoints.</span>
+<span class="Comment">// Labels don't do anything, they're just named locations in a recipe.</span>
 <span class="Normal">struct</span> instruction <span class="Delimiter">{</span>
   <span class="Normal">bool</span> is_label<span class="Delimiter">;</span>
   string label<span class="Delimiter">;</span>  <span class="Comment">// only if is_label</span>