From 8a2e3f14e33ebd36c920e88c0181ef8a85ec2cc8 Mon Sep 17 00:00:00 2001 From: Hugo van der Sanden Date: Mon, 10 Feb 2003 22:08:05 +0000 Subject: [PATCH] fix comment in change #18689 p4raw-link: @18689 on //depot/perl: 00e17364bade89e3a71981168e34fb6160652b0a p4raw-id: //depot/perl@18690 --- sv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv.c b/sv.c index 37e1492..52a629c 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: -- 2.7.4