This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8333ca1
)
gv.h: Comment typo
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 18 Sep 2014 07:15:21 +0000
(
00:15
-0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Thu, 18 Sep 2014 07:15:47 +0000
(
00:15
-0700)
gv.h
patch
|
blob
|
blame
|
history
diff --git
a/gv.h
b/gv.h
index
ff24d91
..
d951386
100644
(file)
--- 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 g
v
_cv */
+ U32 gp_cvgen; /* generational validity of cached g
p
_cv */
U32 gp_refcnt; /* how many globs point to this? */
HV * gp_hv; /* hash value */
AV * gp_av; /* array value */