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 d2088486..7eccc1ec 100644
--- a/linux/factorial.mu
+++ b/linux/factorial.mu
@@ -14,7 +14,7 @@
 # There's only one test in this file, but you'll also see tests running from
 # Mu's standard library.
 #
-# Compare apps/factorial4.subx
+# Compare factorial4.subx
 
 fn factorial n: int -> _/eax: int {
   compare n, 1