diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-07-02 14:44:13 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-07-02 14:44:13 +0200 |
commit | 21dfaeec9eaa0c5068d6829b007077e6ca0d637a (patch) | |
tree | 08ed766661a73c3764d976966ba8d0c4f7acf58b /sv.c | |
parent | df2c1bb84c822b4df5b8bdbe2c8a9fdd2dd37a6f (diff) | |
download | perl-21dfaeec9eaa0c5068d6829b007077e6ca0d637a.tar.gz |
s/thinngy/thingy/ in a comment in sv.c
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5705,7 +5705,7 @@ Perl_sv_kill_backrefs(pTHX_ SV *const sv, AV *const av) if (!av) return; - /* after multiple passes through Perl_sv_clean_all() for a thinngy + /* after multiple passes through Perl_sv_clean_all() for a thingy * that has badly leaked, the backref array may have gotten freed, * since we only protect it against 1 round of cleanup */ if (SvIS_FREED(av)) { |