Fix typo.
This commit is contained in:
parent
a119d6f974
commit
45b4ec3f8d
|
@ -107,7 +107,7 @@ returns zero. This is an alternative way of testing whether JIT is available.
|
||||||
</P>
|
</P>
|
||||||
<P>
|
<P>
|
||||||
At present, it is not possible to free JIT compiled code except when the entire
|
At present, it is not possible to free JIT compiled code except when the entire
|
||||||
compiled pattern is freed by calling <b>pcre2_free_code()</b>.
|
compiled pattern is freed by calling <b>pcre2_code_free()</b>.
|
||||||
</P>
|
</P>
|
||||||
<P>
|
<P>
|
||||||
In some circumstances you may need to call additional functions. These are
|
In some circumstances you may need to call additional functions. These are
|
||||||
|
|
|
@ -3585,7 +3585,7 @@ SIMPLE USE OF JIT
|
||||||
is available.
|
is available.
|
||||||
|
|
||||||
At present, it is not possible to free JIT compiled code except when
|
At present, it is not possible to free JIT compiled code except when
|
||||||
the entire compiled pattern is freed by calling pcre2_free_code().
|
the entire compiled pattern is freed by calling pcre2_code_free().
|
||||||
|
|
||||||
In some circumstances you may need to call additional functions. These
|
In some circumstances you may need to call additional functions. These
|
||||||
are described in the section entitled "Controlling the JIT stack"
|
are described in the section entitled "Controlling the JIT stack"
|
||||||
|
|
|
@ -80,7 +80,7 @@ PCRE2_JIT_COMPLETE and just compile code for partial matching. If
|
||||||
returns zero. This is an alternative way of testing whether JIT is available.
|
returns zero. This is an alternative way of testing whether JIT is available.
|
||||||
.P
|
.P
|
||||||
At present, it is not possible to free JIT compiled code except when the entire
|
At present, it is not possible to free JIT compiled code except when the entire
|
||||||
compiled pattern is freed by calling \fBpcre2_free_code()\fP.
|
compiled pattern is freed by calling \fBpcre2_code_free()\fP.
|
||||||
.P
|
.P
|
||||||
In some circumstances you may need to call additional functions. These are
|
In some circumstances you may need to call additional functions. These are
|
||||||
described in the section entitled
|
described in the section entitled
|
||||||
|
|
Loading…
Reference in New Issue