diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2002-06-03 17:06:03 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-06-03 17:06:03 +0000 |
commit | fb8eeed8cb12743f5c60d9d4d0405913307f1b9b (patch) | |
tree | 785c993b0ceea0d776a8895940d29348d5c3aee9 /util.c | |
parent | 21c5e947e5a68781b3973bfef39ecf5b371d4130 (diff) | |
download | perl-fb8eeed8cb12743f5c60d9d4d0405913307f1b9b.tar.gz |
Remove all occurrences of occurence, except for one (in the
Changelog) that is preserved for historical reasons.
p4raw-id: //depot/perl@16979
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -752,7 +752,7 @@ Perl_fbm_instr(pTHX_ unsigned char *big, register unsigned char *bigend, SV *lit /* start_shift, end_shift are positive quantities which give offsets of ends of some substring of bigstr. - If `last' we want the last occurence. + If `last' we want the last occurrence. old_posp is the way of communication between consequent calls if the next call needs to find the . The initial *old_posp should be -1. |