diff options
Diffstat (limited to 'src/test_regexp.c')
-rw-r--r-- | src/test_regexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_regexp.c b/src/test_regexp.c index 600043e9c..321417b88 100644 --- a/src/test_regexp.c +++ b/src/test_regexp.c @@ -378,7 +378,7 @@ static int re_hex(int c, int *pV){ } /* A backslash character has been seen, read the next character and -** return its intepretation. +** return its interpretation. */ static unsigned re_esc_char(ReCompiled *p){ static const char zEsc[] = "afnrtv\\()*.+?[$^{|}]"; |