about summary refs log tree commit diff stats
path: root/mu.arc
diff options
context:
space:
mode:
Diffstat (limited to 'mu.arc')
-rw-r--r--mu.arc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.arc b/mu.arc
index 6e37918e..38c5318a 100644
--- a/mu.arc
+++ b/mu.arc
@@ -1096,7 +1096,7 @@
           (assert (is 'make-br-fn _make-br-fn))
           (push fragment after*.label)))))
 
-;; after loading all files, start at 'main'
+;; load all provided files and start at 'main'
 (reset)
 (awhen cdr.argv
   (map add-code:readfile it)