about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/apps/pack.subx5
1 files changed, 2 insertions, 3 deletions
diff --git a/subx/apps/pack.subx b/subx/apps/pack.subx
index b623d3b2..0176170f 100644
--- a/subx/apps/pack.subx
+++ b/subx/apps/pack.subx
@@ -1,7 +1,6 @@
 # Read a text file of SubX instructions from stdin, and convert it into a list
-# of whitespace-separated ascii hex bytes on stdout, suitable to be further
-# processed by apps/hex. Label definitions and uses are also left untouched for
-# a future 'pass'.
+# of whitespace-separated ascii hex bytes on stdout. Label definitions and
+# uses are left untouched.
 #
 # To run (from the subx/ directory):
 #   $ ./subx translate *.subx apps/pack.subx -o apps/pack