diff options
author | Andrew Fresh <afresh1@cvs.openbsd.org> | 2017-10-29 22:37:25 +0000 |
---|---|---|
committer | Andrew Fresh <afresh1@cvs.openbsd.org> | 2017-10-29 22:37:25 +0000 |
commit | 9d06b90ac11a7247cc0dbbd14a7106607846df0c (patch) | |
tree | 59eed1c580bcc1ee6ae1c798f53e021e7dd0d508 /gnu/usr.bin/perl/deb.c | |
parent | cabe52474e3fc9eb89d73017e0de7ffdccd5b725 (diff) |
Fix merge issues, remove excess files - match perl-5.24.3 dist
ok bluhm@
Diffstat (limited to 'gnu/usr.bin/perl/deb.c')
-rw-r--r-- | gnu/usr.bin/perl/deb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/deb.c b/gnu/usr.bin/perl/deb.c index 37dcdded903..02a0a7d17ce 100644 --- a/gnu/usr.bin/perl/deb.c +++ b/gnu/usr.bin/perl/deb.c @@ -234,7 +234,7 @@ Perl_deb_stack_all(pTHX) PerlIO_printf(Perl_debug_log, "\n"); else { - /* Find the current context's stack range by searching + /* Find the the current context's stack range by searching * forward for any higher contexts using this stack; failing * that, it will be equal to the size of the stack for old * stacks, or PL_stack_sp for the current stack |