summaryrefslogtreecommitdiff
path: root/pad.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2011-02-06 19:13:48 +0000
committerDavid Mitchell <davem@iabyn.com>2011-02-06 19:13:48 +0000
commit61f4bfbf9d4e374c190a1a11f9bf2f09e7450187 (patch)
treed7f1c7a9827ca54620686c51a9f220652817bdc3 /pad.c
parent6012dc8015d0c5599f09bcca302ae714d023aced (diff)
downloadperl-61f4bfbf9d4e374c190a1a11f9bf2f09e7450187.tar.gz
fix typo in new pad.c comment
Diffstat (limited to 'pad.c')
-rw-r--r--pad.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pad.c b/pad.c
index 3d5f827445..ff52eb8bd4 100644
--- a/pad.c
+++ b/pad.c
@@ -78,9 +78,9 @@ in PL_op->op_targ), wasting a name SV for them doesn't make sense.
The SVs in the names AV have their PV being the name of the variable.
xlow+1..xhigh inclusive in the NV union is a range of cop_seq numbers for
-which the name is valid (assed through the macros COP_SEQ_RANGE_LOW and _HIGH).
-During compilation, these fields may hold the special value PERL_PADSEQ_INTRO
-to indicate various stages:
+which the name is valid (accessed through the macros COP_SEQ_RANGE_LOW and
+_HIGH). During compilation, these fields may hold the special value
+PERL_PADSEQ_INTRO to indicate various stages:
COP_SEQ_RANGE_LOW _HIGH
----------------- -----