summaryrefslogtreecommitdiff
path: root/doc/ext_jit.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/ext_jit.html
parent7dc3850e78493eed1e85fa7bc0b96068ae7fb9f4 (diff)
downloadluajit2-2e98c3d0644fc0c265844908f43b7e4526dd819c.tar.gz
Grammar and spell check.
Diffstat (limited to 'doc/ext_jit.html')
-rw-r--r--doc/ext_jit.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ext_jit.html b/doc/ext_jit.html
index be1bdcf6..8f58a0c7 100644
--- a/doc/ext_jit.html
+++ b/doc/ext_jit.html
@@ -150,7 +150,7 @@ Contains the target architecture name:
<h2 id="jit_opt"><tt>jit.opt.*</tt> &mdash; JIT compiler optimization control</h2>
<p>
-This sub-module provides the backend for the <tt>-O</tt> command line
+This submodule provides the backend for the <tt>-O</tt> command line
option.
</p>
<p>
@@ -170,7 +170,7 @@ which was one of the ways to enable optimization.
<h2 id="jit_util"><tt>jit.util.*</tt> &mdash; JIT compiler introspection</h2>
<p>
-This sub-module holds functions to introspect the bytecode, generated
+This submodule holds functions to introspect the bytecode, generated
traces, the IR and the generated machine code. The functionality
provided by this module is still in flux and therefore undocumented.
</p>