summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod')
-rw-r--r--pod/perlintern.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlintern.pod b/pod/perlintern.pod
index b9bf0545b2..e71e3a373b 100644
--- a/pod/perlintern.pod
+++ b/pod/perlintern.pod
@@ -312,7 +312,7 @@ Locate the CV corresponding to the currently executing sub or eval.
If db_seqp is non_null, skip CVs that are in the DB package and populate
*db_seqp with the cop sequence number at the point that the DB:: code was
entered. (allows debuggers to eval in the scope of the breakpoint rather
-than in in the scope of the debugger itself).
+than in the scope of the debugger itself).
CV* find_runcv(U32 *db_seqp)
@@ -625,7 +625,7 @@ Found in file pad.c
Allocate a new my or tmp pad entry. For a my, simply push a null SV onto
the end of PL_comppad, but for a tmp, scan the pad from PL_padix upwards
-for a slot which has no name and and no active value.
+for a slot which has no name and no active value.
PADOFFSET pad_alloc(I32 optype, U32 tmptype)