fix comment in change #18689
Hugo van der Sanden [Mon, 10 Feb 2003 22:08:05 +0000 (22:08 +0000)]
p4raw-link: @18689 on //depot/perl: 00e17364bade89e3a71981168e34fb6160652b0a

p4raw-id: //depot/perl@18690

sv.c

diff --git a/sv.c b/sv.c
index 37e1492..52a629c 100644 (file)
--- 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: