public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Alejandro Colomar <alx@kernel.org>
To: libc-alpha@sourceware.org
Cc: Alejandro Colomar <alx@kernel.org>,
	Joseph Myers <josmyers@redhat.com>,
	 Paul Eggert <eggert@cs.ucla.edu>,
	Adhemerval Zanella Netto <adhemerval.zanella@linaro.org>,
	 Florian Weimer <fweimer@redhat.com>,
	"Dmitry V. Levin" <ldv@altlinux.org>,
	 Archie Cobbs <archie.cobbs@gmail.com>,
	Solar Designer <solar@openwall.com>, Sam James <sam@gentoo.org>
Subject: [PATCH v6 3/3] sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c: Fix typo
Date: Mon, 18 May 2026 23:20:47 +0200	[thread overview]
Message-ID: <2f43411a29e953f76c8d2283d077f6a40ded8612.1779138878.git.alx@kernel.org> (raw)
In-Reply-To: <cover.1779138878.git.alx@kernel.org>

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


  parent reply	other threads:[~2026-05-18 21:20 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <67914111.3F2A3RajZp@nimes>
     [not found] ` <4061901.EY2tGkamZC@nimes>
     [not found]   ` <abGuWoDCvXIak5sO@devuan>
     [not found]     ` <5056394.2IPslxdN4N@nimes>
     [not found]       ` <abM4gjPAfmbwT5zH@devuan>
     [not found]         ` <546935fd-9a3a-4b08-b39a-0c398ddb45d6@cs.ucla.edu>
2026-03-13 23:31           ` New functions [v]aprintf(3) Alejandro Colomar
2026-03-17 18:59             ` [RFC v1] libio/: Add [v]aprintf() Alejandro Colomar
2026-03-17 19:05               ` Alejandro Colomar
2026-03-17 19:26               ` Adhemerval Zanella Netto
2026-03-17 19:40                 ` Alejandro Colomar
2026-03-17 19:56                   ` Adhemerval Zanella Netto
2026-03-17 20:22                     ` Alejandro Colomar
2026-03-18  1:17                     ` Alejandro Colomar
2026-03-21  1:38                       ` Solar Designer
2026-05-17 19:02                         ` Alejandro Colomar
2026-03-17 20:40               ` Joseph Myers
2026-03-17 20:57                 ` Alejandro Colomar
2026-03-17 19:26             ` [RFC v2] Add [v]aprintf(3) Alejandro Colomar
2026-03-17 20:16               ` Adhemerval Zanella Netto
2026-03-17 20:35                 ` Alejandro Colomar
2026-03-17 20:52                   ` Joseph Myers
2026-03-17 21:10                     ` Alejandro Colomar
2026-03-18  7:18                     ` Florian Weimer
2026-03-18 13:51                       ` Alejandro Colomar
2026-03-18 18:14             ` [RFC v3 0/2] " Alejandro Colomar
2026-03-18 18:15               ` [RFC v3 1/2] " Alejandro Colomar
2026-03-18 18:15               ` [RFC v3 2/2] manual/: Prefer aprintf(3) over asprintf(3) Alejandro Colomar
2026-03-18 18:27               ` [RFC v3 0/2] Add [v]aprintf(3) Joseph Myers
2026-03-18 18:49                 ` Alejandro Colomar
2026-03-18 21:47             ` [RFC v4 " Alejandro Colomar
2026-03-18 21:47               ` [RFC v4 1/2] " Alejandro Colomar
2026-03-20 16:53                 ` Joseph Myers
2026-03-20 20:07                   ` Alejandro Colomar
2026-03-20 17:41                 ` Adhemerval Zanella Netto
2026-03-20 20:19                   ` Alejandro Colomar
2026-03-18 21:47               ` [RFC v4 2/2] manual/: Prefer aprintf(3) over asprintf(3) Alejandro Colomar
2026-03-20 16:50               ` [RFC v4 0/2] Add [v]aprintf(3) Joseph Myers
2026-03-20 20:22                 ` Alejandro Colomar
2026-04-22 18:37             ` [PATCH 0/3] " Alejandro Colomar
2026-04-22 18:37               ` [PATCH 1/3] " Alejandro Colomar
2026-04-22 18:38               ` [PATCH 2/3] manual/: Prefer aprintf(3) over asprintf(3) Alejandro Colomar
2026-04-22 18:38               ` [PATCH 3/3] sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c: Fix typo Alejandro Colomar
2026-04-22 19:34               ` [PATCH 0/3] Add [v]aprintf(3) Alejandro Colomar
2026-05-15 23:28               ` Alejandro Colomar
2026-05-18 17:32                 ` Joseph Myers
2026-05-18 21:11                   ` Alejandro Colomar
2026-05-18 21:20             ` [PATCH v6 " Alejandro Colomar
2026-05-18 21:20               ` [PATCH v6 1/3] " Alejandro Colomar
2026-05-20 13:59                 ` Andreas Schwab
2026-05-20 14:43                   ` Alejandro Colomar
2026-05-21  8:21                     ` Andreas Schwab
2026-05-21  9:27                       ` Alejandro Colomar
2026-05-27 19:28                         ` Alejandro Colomar
2026-05-18 21:20               ` [PATCH v6 2/3] manual/: Prefer aprintf(3) over asprintf(3) Alejandro Colomar
2026-05-18 21:20               ` Alejandro Colomar [this message]
2026-05-30 10:59             ` [PATCH v7 0/3] Add [v]aprintf(3) Alejandro Colomar
2026-05-30 10:59               ` [PATCH v7 1/3] " Alejandro Colomar
2026-06-03 16:45                 ` Adhemerval Zanella Netto
2026-06-03 20:37                   ` Alejandro Colomar
2026-06-05 18:42                     ` Adhemerval Zanella Netto
2026-06-05 20:42                       ` Alejandro Colomar
2026-05-30 10:59               ` [PATCH v7 2/3] manual/: Prefer aprintf(3) over asprintf(3) Alejandro Colomar
2026-05-30 10:59               ` [PATCH v7 3/3] sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c: Fix typo Alejandro Colomar
2026-06-01 13:17                 ` Carlos O'Donell
2026-06-01 21:09                   ` Alejandro Colomar
2026-06-03 14:10                     ` Adhemerval Zanella Netto
2026-06-11 20:38             ` [RFC v8 0/3] Add [v]aprintf(3) Alejandro Colomar
2026-06-11 20:38               ` [RFC v8 1/3] " Alejandro Colomar
2026-06-11 20:38               ` [RFC v8 2/3] try.reducing.symbols Alejandro Colomar
2026-06-11 20:38               ` [RFC v8 3/3] manual/: Prefer aprintf(3) over asprintf(3) Alejandro Colomar
2026-06-25 21:44               ` [RFC v8 0/3] Add [v]aprintf(3) Alejandro Colomar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2f43411a29e953f76c8d2283d077f6a40ded8612.1779138878.git.alx@kernel.org \
    --to=alx@kernel.org \
    --cc=adhemerval.zanella@linaro.org \
    --cc=archie.cobbs@gmail.com \
    --cc=eggert@cs.ucla.edu \
    --cc=fweimer@redhat.com \
    --cc=josmyers@redhat.com \
    --cc=ldv@altlinux.org \
    --cc=libc-alpha@sourceware.org \
    --cc=sam@gentoo.org \
    --cc=solar@openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).