From: Alejandro Colomar Date: Sat, 30 May 2026 10:59:42 +0000 (+0200) Subject: sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c: Fix typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=20fffa2c3994d1d5829c08dd67edb94cb605e0ef;p=thirdparty%2Fglibc.git sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c: Fix typo Signed-off-by: Alejandro Colomar Reviewed-by: Adhemerval Zanella --- diff --git a/sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c b/sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c index 597e782e1d..04dec2ac3f 100644 --- a/sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c +++ b/sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c @@ -93,7 +93,7 @@ do_test_call_rarg (FILE *stream, const char *format, long double ld, printf ("%20s", "__asprintf_chk: "); res = __asprintf_chk (&buffer, 1, format, ld, d); if (res == -1) - printf ("Error using vasprintf\n"); + printf ("Error using asprintf\n"); if (buffer == NULL) printf ("Error using asprintf\n"); else