diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-01-03 13:57:17 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-01-03 13:57:17 +0000 |
commit | e04fc022e49988f16aeec759a25e58028d32e7d5 (patch) | |
tree | 8fbe7bc1897ddd24f8e62ab827c820673271cbbb /sv.c | |
parent | d914baabc285a9c03dd7b4ed087d7689ce19ef82 (diff) | |
download | perl-e04fc022e49988f16aeec759a25e58028d32e7d5.tar.gz |
Typo spotted by Jarkko.
p4raw-id: //depot/perl@32811
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |