about summary refs log tree commit diff stats
path: root/life.mu
diff options
context:
space:
mode:
Diffstat (limited to 'life.mu')
-rw-r--r--life.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/life.mu b/life.mu
index 829443b7..b3947434 100644
--- a/life.mu
+++ b/life.mu
@@ -3,7 +3,7 @@
 # To build:
 #   $ ./translate life.mu
 # To run:
-#   $ qemu-system-i386 disk.img
+#   $ qemu-system-i386 code.img
 
 fn state _grid: (addr array boolean), x: int, y: int -> _/eax: boolean {
   # clip at the edge