about summary refs log tree commit diff stats
path: root/mandelbrot-fixed.mu
diff options
context:
space:
mode:
Diffstat (limited to 'mandelbrot-fixed.mu')
-rw-r--r--mandelbrot-fixed.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/mandelbrot-fixed.mu b/mandelbrot-fixed.mu
index 89fcad6f..d0469ee1 100644
--- a/mandelbrot-fixed.mu
+++ b/mandelbrot-fixed.mu
@@ -7,7 +7,7 @@
 #   $ ./translate mandelbrot-fixed.mu
 # Build on other platforms (slow):
 #   $ ./translate_emulated mandelbrot-fixed.mu
-# To run:
+# Run:
 #   $ qemu-system-i386 code.img
 
 fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk) {