[PATCH 3/3] sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c: Fix typo
Alejandro Colomar
alx@kernel.org
Wed Apr 22 18:38:04 GMT 2026
Signed-off-by: Alejandro Colomar <alx@kernel.org>
---
.../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 92cdafd3..aa86741b 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
@@ -115,7 +115,7 @@ do_test_call_rarg (FILE *stream, const char *format, long double ld,
buffer = NULL;
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
--
2.53.0
More information about the Libc-alpha
mailing list