Fix typo.

This commit is contained in:
Philip.Hazel 2014-12-02 11:06:13 +00:00
parent a119d6f974
commit 45b4ec3f8d
3 changed files with 3 additions and 3 deletions

View File

@ -107,7 +107,7 @@ 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
compiled pattern is freed by calling <b>pcre2_free_code()</b>.
compiled pattern is freed by calling <b>pcre2_code_free()</b>.
</P>
<P>
In some circumstances you may need to call additional functions. These are

View File

@ -3585,7 +3585,7 @@ SIMPLE USE OF JIT
is available.
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
are described in the section entitled "Controlling the JIT stack"

View File

@ -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.
.P
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
In some circumstances you may need to call additional functions. These are
described in the section entitled