Typo spotted by Jarkko.
Nicholas Clark [Thu, 3 Jan 2008 13:57:17 +0000 (13:57 +0000)]
p4raw-id: //depot/perl@32811

sv.c

diff --git a/sv.c b/sv.c
index 2d73c7f..f8d3924 100644 (file)
--- 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);