In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/fc7d284e21281f09ffa3eff9ee2e2317acbb2d70?hp=c5b0f62d33948346534b8ba6bcc48cf02cc73a72>
- Log ----------------------------------------------------------------- commit fc7d284e21281f09ffa3eff9ee2e2317acbb2d70 Author: David Mitchell <[email protected]> Date: Mon Feb 15 15:37:33 2016 +0000 doop.c: fix typo in header comment ----------------------------------------------------------------------- Summary of changes: doop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doop.c b/doop.c index 892cd07..d290203 100644 --- a/doop.c +++ b/doop.c @@ -16,7 +16,7 @@ /* This file contains some common functions needed to carry out certain * ops. For example, both pp_sprintf() and pp_prtf() call the function - * do_printf() found in this file. + * do_sprintf() found in this file. */ #include "EXTERN.h" -- Perl5 Master Repository
