summaryrefslogtreecommitdiff
path: root/gv.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-18 00:15:21 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-09-18 00:15:47 -0700
commit5d855216e8e5239f9e530a61123e5bee79c287e5 (patch)
tree1b835a7ec635239df84fa7af3821ccc6a689f6b3 /gv.h
parent8333ca1a1f2afbd0b4736bbfe4b9c1301eebbe0e (diff)
downloadperl-5d855216e8e5239f9e530a61123e5bee79c287e5.tar.gz
gv.h: Comment typo
Diffstat (limited to 'gv.h')
-rw-r--r--gv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gv.h b/gv.h
index ff24d919ac..d95138680b 100644
--- a/gv.h
+++ b/gv.h
@@ -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 */