From: Nicholas Clark Date: Thu, 3 Jan 2008 13:57:17 +0000 (+0000) Subject: Typo spotted by Jarkko. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e04fc022e49988f16aeec759a25e58028d32e7d5;p=p5sagit%2Fp5-mst-13.2.git Typo spotted by Jarkko. p4raw-id: //depot/perl@32811 --- diff --git a/sv.c b/sv.c index 2d73c7f..f8d3924 100644 --- a/sv.c +++ b/sv.c @@ -1404,7 +1404,7 @@ Perl_sv_backoff(pTHX_ register SV *sv) if (SvIVX(sv)) { const char * const s = SvPVX_const(sv); #ifdef DEBUGGING - /* Validate the preceding buffer's sentinals to verify that no-one is + /* Validate the preceding buffer's sentinels to verify that no-one is using it. */ const U8 *p = (const U8*) s; const U8 *const real_start = p - SvIVX(sv);