about summary refs log tree commit diff stats
path: root/html/057immutable.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/057immutable.cc.html')
-rw-r--r--html/057immutable.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/057immutable.cc.html b/html/057immutable.cc.html
index ac57964f..f1fbb793 100644
--- a/html/057immutable.cc.html
+++ b/html/057immutable.cc.html
@@ -561,7 +561,7 @@ set&lt;<span class="Normal">int</span>&gt; ingredient_indices<span class="Delimi
 <span class="Comment">//: can't pass both pointers back out, because if a caller tries to make both</span>
 <span class="Comment">//: identical then you can't tell which value will be written on the way out.</span>
 <span class="Comment">//:</span>
-<span class="Comment">//: Experimental solution: just tell mu that one points inside the other.</span>
+<span class="Comment">//: Experimental solution: just tell Mu that one points inside the other.</span>
 <span class="Comment">//: This way we can return just one pointer as high up as necessary to capture</span>
 <span class="Comment">//: all modifications performed by a recipe.</span>
 <span class="Comment">//:</span>