summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-01-03 13:57:17 +0000
committerNicholas Clark <nick@ccl4.org>2008-01-03 13:57:17 +0000
commite04fc022e49988f16aeec759a25e58028d32e7d5 (patch)
tree8fbe7bc1897ddd24f8e62ab827c820673271cbbb /sv.c
parentd914baabc285a9c03dd7b4ed087d7689ce19ef82 (diff)
downloadperl-e04fc022e49988f16aeec759a25e58028d32e7d5.tar.gz
Typo spotted by Jarkko.
p4raw-id: //depot/perl@32811
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 2d73c7f38e..f8d39240a6 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);