summaryrefslogtreecommitdiff
path: root/src/pcre2_match.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcre2_match.c')
-rw-r--r--src/pcre2_match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcre2_match.c b/src/pcre2_match.c
index 3740982..011ef38 100644
--- a/src/pcre2_match.c
+++ b/src/pcre2_match.c
@@ -2409,7 +2409,7 @@ for (;;)
break;
/* Match a single code unit, even in UTF-8 mode. This opcode really does
- match any code unit, even newline. (It really should be called ANYCODEUNIT,
+ match any code unit, even newline. (It really should be called ANYCODEUNIT,
of course - the byte name is from pre-16 bit days.) */
case OP_ANYBYTE: