summaryrefslogtreecommitdiff
path: root/doop.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-06-14 00:59:03 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-06-14 18:13:16 -0700
commit347f3823c84af87f209fefadfdec9cbe013b7f19 (patch)
treec46df45231d1a7d00e74e2d1031516ed2b5ce356 /doop.c
parent31476221e8e03a317c349f057be115891edca18c (diff)
downloadperl-347f3823c84af87f209fefadfdec9cbe013b7f19.tar.gz
doop.c: Correct introductory text
do_chomp has not been in that file since 81745e4ea46c8.
Diffstat (limited to 'doop.c')
-rw-r--r--doop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/doop.c b/doop.c
index 519e4cee1c..faf74c59a8 100644
--- a/doop.c
+++ b/doop.c
@@ -15,8 +15,8 @@
*/
/* This file contains some common functions needed to carry out certain
- * ops. For example both pp_schomp() and pp_chomp() - scalar and array
- * chomp operations - call the function do_chomp() found in this file.
+ * ops. For example, both pp_sprintf() and pp_prtf() call the function
+ * do_printf() found in this file.
*/
#include "EXTERN.h"