about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/subx/057stop.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/057stop.subx.html b/html/subx/057stop.subx.html
index 2649724e..dfdc65db 100644
--- a/html/subx/057stop.subx.html
+++ b/html/subx/057stop.subx.html
@@ -84,7 +84,7 @@ if ('onhashchange' in window) {
 <span id="L25" class="LineNr"> 25 </span><span class="Comment"># such as registers. Only ESP will have a well-defined value after 'stop'</span>
 <span id="L26" class="LineNr"> 26 </span><span class="Comment"># returns. (This is a poor man's setjmp/longjmp, if you know what that is.)</span>
 <span id="L27" class="LineNr"> 27 </span><span class="Comment">#</span>
-<span id="L28" class="LineNr"> 28 </span><span class="Comment"># Before you an call any function that may call 'stop', you need to pass in an</span>
+<span id="L28" class="LineNr"> 28 </span><span class="Comment"># Before you can call any function that may call 'stop', you need to pass in an</span>
 <span id="L29" class="LineNr"> 29 </span><span class="Comment"># exit-descriptor to it. To create an exit-descriptor use 'tailor-exit-descriptor'</span>
 <span id="L30" class="LineNr"> 30 </span><span class="Comment"># below. It's not the most pleasant abstraction in the world.</span>
 <span id="L31" class="LineNr"> 31 </span><span class="Comment">#</span>