diff options
author | Father Chrysostomos <sprout@cpan.org> | 2017-06-25 17:26:33 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2017-07-02 11:19:05 -0700 |
commit | 7600a9e5585cdade08986d507c3de5ea3b678bc3 (patch) | |
tree | 6b2cf32a385893deda423ca2d3ad2860a57ec884 /pad.c | |
parent | 1cdc5f0b922411a4ba6ac3cfc0450abb16db3f22 (diff) | |
download | perl-7600a9e5585cdade08986d507c3de5ea3b678bc3.tar.gz |
pad.c: comment typo
Diffstat (limited to 'pad.c')
-rw-r--r-- | pad.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2001,7 +2001,7 @@ S_cv_clone_pad(pTHX_ CV *proto, CV *cv, CV *outside, HV *cloned, { /* my sub */ /* Just provide a stub, but name it. It will be - upgrade to the real thing on scope entry. */ + upgraded to the real thing on scope entry. */ dVAR; U32 hash; PERL_HASH(hash, PadnamePV(namesv)+1, |