about summary refs log tree commit diff stats
path: root/html/999spaces.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/999spaces.cc.html')
-rw-r--r--html/999spaces.cc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/999spaces.cc.html b/html/999spaces.cc.html
index f72dcc82..cc8053e4 100644
--- a/html/999spaces.cc.html
+++ b/html/999spaces.cc.html
@@ -38,7 +38,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 <span class="Comment">//:</span>
 <span class="Comment">//: Location 0 - unused (since it can help uncover bugs)</span>
 <span class="Comment">//: Locations 1-899 - reserved for tests</span>
-<span class="Comment">//: Locations 900-999 - reserved for predefined globals in mu scenarios, like keyboard, screen, etc.</span>
+<span class="Comment">//: Locations 900-999 - reserved for predefined globals in Mu scenarios, like keyboard, screen, etc.</span>
 <span class="Delimiter">:(before &quot;End Setup&quot;)</span>
 assert<span class="Delimiter">(</span>Max_variables_in_scenarios == <span class="Constant">900</span><span class="Delimiter">);</span>
 <span class="Comment">//: Locations 1000 ('Reserved_for_tests') onward - available to the allocator in chunks of size Initial_memory_per_routine.</span>
@@ -56,7 +56,7 @@ assert<span class="Delimiter">(</span>Next_recipe_ordinal == <span class="Consta
 <span class="SalientComment">//:: Depths for tracing</span>
 <span class="Comment">//:</span>
 <span class="Comment">//: 0 - unused</span>
-<span class="Comment">//: 1-100 - app-level trace statements in mu</span>
+<span class="Comment">//: 1-100 - app-level trace statements in Mu</span>
 <span class="Comment">//: 101-9989 - call-stack statements (mostly label run)</span>
 assert<span class="Delimiter">(</span>Initial_callstack_depth == <span class="Constant">101</span><span class="Delimiter">);</span>
 assert<span class="Delimiter">(</span>Max_callstack_depth == <span class="Constant">9989</span><span class="Delimiter">);</span>