sv.c: fix comment typo added by ce2077b184
authorFather Chrysostomos <sprout@cpan.org>
Thu, 1 Dec 2011 07:20:10 +0000 (23:20 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 1 Dec 2011 07:20:10 +0000 (23:20 -0800)
sv.c

diff --git a/sv.c b/sv.c
index 70a912c..8fc177e 100644 (file)
--- 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 hereeven though we turn it off
               below, as GvSTASH will fail an assertion otherwise. */
            isGV_with_GP_on(dstr);
        }