aboutsummaryrefslogtreecommitdiff
path: root/doc/status.html
diff options
context:
space:
mode:
authorMike Pall <mike>2022-06-23 09:10:09 +0200
committerMike Pall <mike>2022-06-23 09:10:09 +0200
commit2e98c3d0644fc0c265844908f43b7e4526dd819c (patch)
treeb9116c671f4268be7776696abdb189de4be5cf43 /doc/status.html
parent7dc3850e78493eed1e85fa7bc0b96068ae7fb9f4 (diff)
downloadluajit-2e98c3d0644fc0c265844908f43b7e4526dd819c.tar.gz
luajit-2e98c3d0644fc0c265844908f43b7e4526dd819c.tar.bz2
luajit-2e98c3d0644fc0c265844908f43b7e4526dd819c.zip
Grammar and spell check.
Diffstat (limited to 'doc/status.html')
-rw-r--r--doc/status.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/status.html b/doc/status.html
index c251d224..7ecedf3d 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -79,7 +79,7 @@ Known incompatibilities and issues in LuaJIT&nbsp;2.0:
79<ul> 79<ul>
80<li> 80<li>
81There are some differences in <b>implementation-defined</b> behavior. 81There are some differences in <b>implementation-defined</b> behavior.
82These either have a good reason, are arbitrary design choices 82These either have a good reason, are arbitrary design choices,
83or are due to quirks in the VM. The latter cases may get fixed if a 83or are due to quirks in the VM. The latter cases may get fixed if a
84demonstrable need is shown. 84demonstrable need is shown.
85</li> 85</li>
@@ -89,7 +89,7 @@ hooks for non-Lua functions) and shows slightly different behavior
89in LuaJIT (no per-coroutine hooks, no tail call counting). 89in LuaJIT (no per-coroutine hooks, no tail call counting).
90</li> 90</li>
91<li> 91<li>
92Currently some <b>out-of-memory</b> errors from <b>on-trace code</b> are not 92Currently, some <b>out-of-memory</b> errors from <b>on-trace code</b> are not
93handled correctly. The error may fall through an on-trace 93handled correctly. The error may fall through an on-trace
94<tt>pcall</tt> or it may be passed on to the function set with 94<tt>pcall</tt> or it may be passed on to the function set with
95<tt>lua_atpanic</tt> on x64. 95<tt>lua_atpanic</tt> on x64.