diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-11-17 10:14:58 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-11-17 10:14:58 +0000 |
commit | 4cdaeff7d67594a60bccc7882d3197ee0420932d (patch) | |
tree | 86641bb1409bf85d6d748725e4906a6c4528a011 /utf8.c | |
parent | 50acdf951a03f778010b5632532ec99bfa7c4f6a (diff) | |
download | perl-4cdaeff7d67594a60bccc7882d3197ee0420932d.tar.gz |
Fix a couple of typos.
p4raw-id: //depot/perl@23508
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1928,7 +1928,7 @@ If the pe1 and pe2 are non-NULL, the scanning pointers will be copied in there (they will point at the beginning of the I<next> character). If the pointers behind pe1 or pe2 are non-NULL, they are the end pointers beyond which scanning will not continue under any -circustances. If the byte lengths l1 and l2 are non-zero, s1+l1 and +circumstances. If the byte lengths l1 and l2 are non-zero, s1+l1 and s2+l2 will be used as goal end pointers that will also stop the scan, and which qualify towards defining a successful match: all the scans that define an explicit length must reach their goal pointers for |