summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2003-02-10 22:08:05 +0000
committerhv <hv@crypt.org>2003-02-10 22:08:05 +0000
commit8a2e3f14e33ebd36c920e88c0181ef8a85ec2cc8 (patch)
treecac9cd82fac0a78be8a4a41e185d06952fe31ef2 /sv.c
parent00e17364bade89e3a71981168e34fb6160652b0a (diff)
downloadperl-8a2e3f14e33ebd36c920e88c0181ef8a85ec2cc8.tar.gz
fix comment in change #18689
p4raw-link: @18689 on //depot/perl: 00e17364bade89e3a71981168e34fb6160652b0a p4raw-id: //depot/perl@18690
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 37e1492816..52a629ca25 100644
--- a/sv.c
+++ b/sv.c
@@ -8813,7 +8813,7 @@ Perl_sv_vcatpvfn(pTHX_ SV *sv, const char *pat, STRLEN patlen, va_list *args, SV
intsize = 'q';
#endif
break;
-/* [perl #20339] - we should accept and ignore %hf, %lf rather than die */
+/* [perl #20339] - we should accept and ignore %lf rather than die */
case 'l':
/* FALL THROUGH */
default: