[3/3] sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c: Fix typo

Message ID 22c4ae3f7e5a80aa3ac118a909fe5a07c7808d03.1776882798.git.alx@kernel.org (mailing list archive)
State New
Headers
Series Add [v]aprintf(3) |

Checks

Context Check Description
redhat-pt-bot/TryBot-apply_patch fail Patch failed to apply to master at the time it was sent
redhat-pt-bot/TryBot-32bit fail Patch series failed to apply

Commit Message

Alejandro Colomar April 22, 2026, 6:38 p.m. UTC
  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(-)
  

Patch

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