summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2002-06-03 17:06:03 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2002-06-03 17:06:03 +0000
commitfb8eeed8cb12743f5c60d9d4d0405913307f1b9b (patch)
tree785c993b0ceea0d776a8895940d29348d5c3aee9 /util.c
parent21c5e947e5a68781b3973bfef39ecf5b371d4130 (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 572b9214b0..2668755617 100644
--- a/util.c
+++ b/util.c
@@ -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.