summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-30 23:20:10 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-11-30 23:20:10 -0800
commit83504ee4bca9923131c46e631589a42c101dde7a (patch)
tree0e29923fbed9552b7970d410aceb387b9faaa439 /sv.c
parent404dce5916d5592c001751c1729b35c573c7544f (diff)
downloadperl-83504ee4bca9923131c46e631589a42c101dde7a.tar.gz
sv.c: fix comment typo added by ce2077b184
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 70a912c8c9..8fc177e0e9 100644
--- a/sv.c
+++ b/sv.c
@@ -3645,7 +3645,7 @@ S_glob_assign_glob(pTHX_ SV *const dstr, SV *const sstr, const int dtype)
}
SvUPGRADE(dstr, SVt_PVGV);
(void)SvOK_off(dstr);
- /* We have to turn this on here (even though we turn it off
+ /* We have to turn this on here, even though we turn it off
below, as GvSTASH will fail an assertion otherwise. */
isGV_with_GP_on(dstr);
}