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 /pp_ctl.c | |
parent | ce80d64e49e386cc2745ba241de678e3e3d506d2 (diff) | |
download | perl-8006bbc377c15cd3d89b49736744acd8c1396f24.tar.gz |
Detypo.
p4raw-id: //depot/perl@22891
Diffstat (limited to 'pp_ctl.c')
-rw-r--r-- | pp_ctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2778,7 +2778,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). =cut */ |