This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
doop.c: fix typo in header comment
authorDavid Mitchell <davem@iabyn.com>
Mon, 15 Feb 2016 15:37:33 +0000 (15:37 +0000)
committerDavid Mitchell <davem@iabyn.com>
Mon, 15 Feb 2016 15:37:33 +0000 (15:37 +0000)
doop.c

diff --git a/doop.c b/doop.c
index 892cd07..d290203 100644 (file)
--- 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"