about summary refs log tree commit diff stats
path: root/subx/057stop.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-11-27 12:06:08 -0800
committerKartik Agaram <vc@akkartik.com>2018-11-27 12:06:08 -0800
commitd1e5e391c790791c37c64f44f5ff0b98e9c6b907 (patch)
treeae64758c77b901d8eb6b1c7da625c9b906ed53d3 /subx/057stop.subx
parent2131b055f5ce1292e5f115fe66b25b8e5c6c5883 (diff)
downloadmu-d1e5e391c790791c37c64f44f5ff0b98e9c6b907.tar.gz
4788
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.
 #