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

Message ID 2f43411a29e953f76c8d2283d077f6a40ded8612.1779138878.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 success Patch applied to master at the time it was sent
linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 success Build passed
linaro-tcwg-bot/tcwg_glibc_check--master-aarch64 fail Test failed
linaro-tcwg-bot/tcwg_glibc_build--master-arm success Build passed
redhat-pt-bot/TryBot-32bit fail Patch caused testsuite regressions
linaro-tcwg-bot/tcwg_glibc_check--master-arm fail Test failed

Commit Message

Alejandro Colomar May 18, 2026, 9:20 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