about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-26 15:51:29 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-26 15:53:21 -0700
commit4db6b370346d1a2fef2d35c1a64580e93e2bdf0d (patch)
tree01f18550b80432e02e4695f736e0b3b94753563d
parent6e51c60c699f795f14e49744a10f91d9609b044e (diff)
downloadmu-4db6b370346d1a2fef2d35c1a64580e93e2bdf0d.tar.gz
4425
Better name for a layer.
-rw-r--r--subx/011run.cc (renamed from subx/011parse.cc)5
1 files changed, 4 insertions, 1 deletions
diff --git a/subx/011parse.cc b/subx/011run.cc
index 639299df..906a8305 100644
--- a/subx/011parse.cc
+++ b/subx/011run.cc
@@ -1,4 +1,7 @@
-//: Loading programs into the VM. 
+//: Running SubX programs on the VM.
+
+//: (Not to be confused with the 'run' subcommand for running ELF binaries on
+//: the VM. That comes later.)
 
 :(before "End Help Texts")
 put(Help, "syntax",