[glibc] sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c: Fix typo
Adhemerval Zanella via Glibc-cvs <[email protected]> Wed, 3 Jun 2026 14:11:37 +0000 (GMT)
| Newsgroups | gmane.comp.lib.glibc.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=20fffa2c3994d1d5829c08dd67edb94cb605e0ef commit 20fffa2c3994d1d5829c08dd67edb94cb605e0ef Author: Alejandro Colomar <[email protected]> Date: Sat May 30 12:59:42 2026 +0200 sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c: Fix typo Signed-off-by: Alejandro Colomar <[email protected]> Reviewed-by: Adhemerval Zanella <[email protected]> Diff: --- sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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