about summary refs log tree commit diff stats
path: root/subx/057stop.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/057stop.subx')
-rw-r--r--subx/057stop.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/057stop.subx b/subx/057stop.subx
index 9bdf69c3..b7ae2fa2 100644
--- a/subx/057stop.subx
+++ b/subx/057stop.subx
@@ -25,7 +25,7 @@
 # such as registers. Only ESP will have a well-defined value after 'stop'
 # returns. (This is a poor man's setjmp/longjmp, if you know what that is.)
 #
-# Before you an call any function that may call 'stop', you need to pass in an
+# Before you can call any function that may call 'stop', you need to pass in an
 # exit-descriptor to it. To create an exit-descriptor use 'tailor-exit-descriptor'
 # below. It's not the most pleasant abstraction in the world.
 #