about summary refs log tree commit diff stats
path: root/html/073wait.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/073wait.cc.html')
-rw-r--r--html/073wait.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/073wait.cc.html b/html/073wait.cc.html
index 15ebd50e..dc24c121 100644
--- a/html/073wait.cc.html
+++ b/html/073wait.cc.html
@@ -36,7 +36,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 <body>
 <pre id='vimCodeElement'>
 <span class="Comment">//: Routines can be put in a 'waiting' state, from which it will be ready to</span>
-<span class="Comment">//: run again when a specific memory location changes its value. This is mu's</span>
+<span class="Comment">//: run again when a specific memory location changes its value. This is Mu's</span>
 <span class="Comment">//: basic technique for orchestrating the order in which different routines</span>
 <span class="Comment">//: operate.</span>