]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c: Fix typo
authorAlejandro Colomar <alx@kernel.org>
Sat, 30 May 2026 10:59:42 +0000 (12:59 +0200)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 3 Jun 2026 14:11:06 +0000 (11:11 -0300)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c

index 597e782e1d6cc510a52a2f9490e64cc99847ae3f..04dec2ac3f3a9df3a72c9ca98ab94a2c25e4603d 100644 (file)
@@ -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