run regen.pl after change #25274
Dave Mitchell [Sun, 7 Aug 2005 11:15:32 +0000 (11:15 +0000)]
p4raw-link: @25274 on //depot/perl: cf525c36fb4613d400e7bd3733f96430dee2d396

p4raw-id: //depot/perl@25275

pod/perlintern.pod

index b9bf054..e71e3a3 100644 (file)
@@ -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)