about summary refs log tree commit diff stats
path: root/linux/factorial.mu
diff options
context:
space:
mode:
Diffstat (limited to 'linux/factorial.mu')
-rw-r--r--linux/factorial.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/factorial.mu b/linux/factorial.mu
index 15ac8cf4..d2088486 100644
--- a/linux/factorial.mu
+++ b/linux/factorial.mu
@@ -1,7 +1,7 @@
 # compute the factorial of 5, and return the result in the exit code
 #
 # To run:
-#   $ ./translate_mu apps/factorial.mu
+#   $ ./translate factorial.mu
 #   $ ./a.elf
 #   $ echo $?
 #   120