diff options
Diffstat (limited to 'pcre/doc/html/pcrejit.html')
-rw-r--r-- | pcre/doc/html/pcrejit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre/doc/html/pcrejit.html b/pcre/doc/html/pcrejit.html index abb342522f9..c1e0310defc 100644 --- a/pcre/doc/html/pcrejit.html +++ b/pcre/doc/html/pcrejit.html @@ -299,7 +299,7 @@ recommended. This is a suggestion for how a multithreaded program that needs to set up non-default JIT stacks might operate: <pre> - During thread initalization + During thread initialization thread_local_var = pcre_jit_stack_alloc(...) During thread exit |