diff options
Diffstat (limited to 'regexp/jimregexp.c')
-rw-r--r-- | regexp/jimregexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regexp/jimregexp.c b/regexp/jimregexp.c index d80eabd8e..15985d1c5 100644 --- a/regexp/jimregexp.c +++ b/regexp/jimregexp.c @@ -1278,7 +1278,7 @@ static int prefix_cmp(const int *prog, int proglen, const char *string, int noca } /** - * Searchs for 'c' in the range 'range'. + * Searches for 'c' in the range 'range'. * * Returns 1 if found, or 0 if not. */ |