diff options
Diffstat (limited to 'Modules/regexpr.h')
-rw-r--r-- | Modules/regexpr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/regexpr.h b/Modules/regexpr.h index dd66325..2aee62d 100644 --- a/Modules/regexpr.h +++ b/Modules/regexpr.h @@ -119,7 +119,7 @@ int re_match(regexp_t compiled, unsigned char *string, int size, int pos, int re_search(regexp_t compiled, unsigned char *string, int size, int startpos, int range, regexp_registers_t regs); -/* This rearches for a substring matching the regexp. This returns the +/* This searches for a substring matching the regexp. This returns the * first index at which a match is found. range specifies at how many * positions to try matching; positive values indicate searching * forwards, and negative values indicate searching backwards. mstop |