about summary refs log tree commit diff stats
path: root/014literal_string.cc
diff options
context:
space:
mode:
Diffstat (limited to '014literal_string.cc')
-rw-r--r--014literal_string.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/014literal_string.cc b/014literal_string.cc
index 316bd4aa..eb5422ff 100644
--- a/014literal_string.cc
+++ b/014literal_string.cc
@@ -3,7 +3,7 @@
 //:
 //: Instead of quotes, we'll use [] to delimit strings. That'll reduce the
 //: need for escaping since we can support nested brackets. And we can also
-//: imagine that 'recipe' might one day itself be defined in mu, doing its own
+//: imagine that 'recipe' might one day itself be defined in Mu, doing its own
 //: parsing.
 
 :(scenarios load)