diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-06-02 06:47:58 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-06-02 06:47:58 +0000 |
commit | 8006bbc377c15cd3d89b49736744acd8c1396f24 (patch) | |
tree | 4860148f6bc14bd5a175d03a767955c3a05e611e /pod/perlintern.pod | |
parent | ce80d64e49e386cc2745ba241de678e3e3d506d2 (diff) | |
download | perl-8006bbc377c15cd3d89b49736744acd8c1396f24.tar.gz |
Detypo.
p4raw-id: //depot/perl@22891
Diffstat (limited to 'pod/perlintern.pod')
-rw-r--r-- | pod/perlintern.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlintern.pod b/pod/perlintern.pod index e79923191c..50f3d51af9 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -297,7 +297,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 debuger itself). +than in in the scope of the debugger itself). CV* find_runcv(U32 *db_seqp) |