diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-11-30 23:20:10 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-30 23:20:10 -0800 |
commit | 83504ee4bca9923131c46e631589a42c101dde7a (patch) | |
tree | 0e29923fbed9552b7970d410aceb387b9faaa439 /sv.c | |
parent | 404dce5916d5592c001751c1729b35c573c7544f (diff) | |
download | perl-83504ee4bca9923131c46e631589a42c101dde7a.tar.gz |
sv.c: fix comment typo added by ce2077b184
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |