diff options
Diffstat (limited to 'thirdparty/pcre2/src/pcre2_jit_match.c')
| -rw-r--r-- | thirdparty/pcre2/src/pcre2_jit_match.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/pcre2/src/pcre2_jit_match.c b/thirdparty/pcre2/src/pcre2_jit_match.c index 7e13b8cfee..1ab3af073e 100644 --- a/thirdparty/pcre2/src/pcre2_jit_match.c +++ b/thirdparty/pcre2/src/pcre2_jit_match.c @@ -120,7 +120,7 @@ else if ((options & PCRE2_PARTIAL_SOFT) != 0)  if (functions == NULL || functions->executable_funcs[index] == NULL)    return PCRE2_ERROR_JIT_BADOPTION; -/* Sanity checks should be handled by pcre_exec. */ +/* Sanity checks should be handled by pcre2_match. */  arguments.str = subject + start_offset;  arguments.begin = subject;  arguments.end = subject + length;  |