From 7600a9e5585cdade08986d507c3de5ea3b678bc3 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 25 Jun 2017 17:26:33 -0700 Subject: pad.c: comment typo --- pad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pad.c') diff --git a/pad.c b/pad.c index 7322a36893..bbc835ab31 100644 --- a/pad.c +++ b/pad.c @@ -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, -- cgit v1.2.1