summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-06-02 06:47:58 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-06-02 06:47:58 +0000
commit8006bbc377c15cd3d89b49736744acd8c1396f24 (patch)
tree4860148f6bc14bd5a175d03a767955c3a05e611e /pp_ctl.c
parentce80d64e49e386cc2745ba241de678e3e3d506d2 (diff)
downloadperl-8006bbc377c15cd3d89b49736744acd8c1396f24.tar.gz
Detypo.
p4raw-id: //depot/perl@22891
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index 2ed833d30b..a4c93f13e3 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -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
*/