about summary refs log tree commit diff stats
path: root/010vm.cc
diff options
context:
space:
mode:
Diffstat (limited to '010vm.cc')
-rw-r--r--010vm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/010vm.cc b/010vm.cc
index feb67a30..fd22cbf7 100644
--- a/010vm.cc
+++ b/010vm.cc
@@ -1,4 +1,4 @@
-//: A program is a book of 'recipes' (functions)
+//: A Mu program is a book of 'recipes' (functions)
 :(before "End Globals")
 //: Each recipe is stored at a specific page number, or ordinal.
 map<recipe_ordinal, recipe> Recipe;