From 68ff1e50c953ba421e8f266c4d9e2b690260c2c8 Mon Sep 17 00:00:00 2001 From: Dmitry Mikhirev Date: Wed, 18 Feb 2015 01:53:08 +0300 Subject: mistyping --- pcre.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcre.c b/pcre.c index 40f6c14..ccb5528 100644 --- a/pcre.c +++ b/pcre.c @@ -204,7 +204,7 @@ static int parse_comp_opt(const char flag, const char *func) switch (flag) { case 'A': /* anchored regexp */ return PCRE_ANCHORED; - case 'D': /* $ matches at the and of string only */ + case 'D': /* $ matches at the end of string only */ return PCRE_DOLLAR_ENDONLY; case 'i': /* ignore case */ return PCRE_CASELESS; -- cgit v1.2.1