summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-06-24 15:46:40 +0000
committerNicholas Clark <nick@ccl4.org>2007-06-24 15:46:40 +0000
commit38a44b824c7566670d69f5e214106e1866ce72fe (patch)
tree8938dc96d0dae69214f68d7f8ce3fd0b5ef95b7d /regexec.c
parentcb23d5b19261a41b403a114d55551ddac48af175 (diff)
downloadperl-38a44b824c7566670d69f5e214106e1866ce72fe.tar.gz
s/\bunicode\b/Unicode/; # For everything not dual life
p4raw-id: //depot/perl@31455
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regexec.c b/regexec.c
index a4c5aee7fb..709eef238f 100644
--- a/regexec.c
+++ b/regexec.c
@@ -1481,8 +1481,8 @@ S_find_byclass(pTHX_ regexp * prog, const regnode *c, char *s,
U8 **points; /* map of where we were in the input string
when reading a given char. For ASCII this
is unnecessary overhead as the relationship
- is always 1:1, but for unicode, especially
- case folded unicode this is not true. */
+ is always 1:1, but for Unicode, especially
+ case folded Unicode this is not true. */
U8 foldbuf[ UTF8_MAXBYTES_CASE + 1 ];
U8 *bitmap=NULL;