about summary refs log tree commit diff stats
path: root/examples/ex11.subx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ex11.subx')
-rw-r--r--examples/ex11.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex11.subx b/examples/ex11.subx
index ba75c1d3..2c0f8627 100644
--- a/examples/ex11.subx
+++ b/examples/ex11.subx
@@ -5,7 +5,7 @@
 # kernel in a few places. This layer implements a function for comparing
 # a null-terminated 'kernel string' with a length-prefixed 'SubX string'.
 #
-# To run (from the subx directory):
+# To run:
 #   $ ./subx translate examples/ex11.subx -o examples/ex11
 #   $ ./subx run examples/ex11  # runs a series of tests
 #   ......  # all tests pass