diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-09-18 00:15:21 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-09-18 00:15:47 -0700 |
commit | 5d855216e8e5239f9e530a61123e5bee79c287e5 (patch) | |
tree | 1b835a7ec635239df84fa7af3821ccc6a689f6b3 /gv.h | |
parent | 8333ca1a1f2afbd0b4736bbfe4b9c1301eebbe0e (diff) | |
download | perl-5d855216e8e5239f9e530a61123e5bee79c287e5.tar.gz |
gv.h: Comment typo
Diffstat (limited to 'gv.h')
-rw-r--r-- | gv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ struct gp { SV * gp_sv; /* scalar value */ struct io * gp_io; /* filehandle value */ CV * gp_cv; /* subroutine value */ - U32 gp_cvgen; /* generational validity of cached gv_cv */ + U32 gp_cvgen; /* generational validity of cached gp_cv */ U32 gp_refcnt; /* how many globs point to this? */ HV * gp_hv; /* hash value */ AV * gp_av; /* array value */ |