summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-07-02 14:44:13 +0200
committerNicholas Clark <nick@ccl4.org>2012-07-02 14:44:13 +0200
commit21dfaeec9eaa0c5068d6829b007077e6ca0d637a (patch)
tree08ed766661a73c3764d976966ba8d0c4f7acf58b /sv.c
parentdf2c1bb84c822b4df5b8bdbe2c8a9fdd2dd37a6f (diff)
downloadperl-21dfaeec9eaa0c5068d6829b007077e6ca0d637a.tar.gz
s/thinngy/thingy/ in a comment in sv.c
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 8b054c1b17..3b5e81d348 100644
--- a/sv.c
+++ b/sv.c
@@ -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)) {