summaryrefslogtreecommitdiff
path: root/doop.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2016-02-15 15:37:33 +0000
committerDavid Mitchell <davem@iabyn.com>2016-02-15 15:37:33 +0000
commitfc7d284e21281f09ffa3eff9ee2e2317acbb2d70 (patch)
treedfd8f200968463a23d145954ab285e75c9ef754f /doop.c
parentc5b0f62d33948346534b8ba6bcc48cf02cc73a72 (diff)
downloadperl-fc7d284e21281f09ffa3eff9ee2e2317acbb2d70.tar.gz
doop.c: fix typo in header comment
Diffstat (limited to 'doop.c')
-rw-r--r--doop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doop.c b/doop.c
index 892cd07f4e..d290203259 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"