From a0288114f9bfa2566e353eba77114ea63b616631 Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Wed, 1 Jun 2005 19:02:38 -0500 Subject: Quotes fixed, see also perl #36079 Message-ID: <20050602050238.GA4001@petdance.com> p4raw-id: //depot/perl@24666 --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.c') diff --git a/util.c b/util.c index 8b683a7453..b97a6f02dc 100644 --- a/util.c +++ b/util.c @@ -621,7 +621,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 occurrence. + 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. -- cgit v1.2.1