diff options
author | David Mitchell <davem@iabyn.com> | 2016-02-15 15:37:33 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2016-02-15 15:37:33 +0000 |
commit | fc7d284e21281f09ffa3eff9ee2e2317acbb2d70 (patch) | |
tree | dfd8f200968463a23d145954ab285e75c9ef754f /doop.c | |
parent | c5b0f62d33948346534b8ba6bcc48cf02cc73a72 (diff) | |
download | perl-fc7d284e21281f09ffa3eff9ee2e2317acbb2d70.tar.gz |
doop.c: fix typo in header comment
Diffstat (limited to 'doop.c')
-rw-r--r-- | doop.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |