From: Bruno Haible <bruno@clisp.org>
Date: Sun, 30 Jun 2024 21:26:35 +0000 (+0200)
Subject: vprintf-posix tests: Fix test title.
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=eeec1ab0db46254048d7b241a86e51ab4ec6f49b;p=gnulib.git

vprintf-posix tests: Fix test title.

* tests/test-vprintf-posix.c: Fix title.
---

diff --git a/ChangeLog b/ChangeLog
index 6a1e5d92a8..3952b4174d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-30  Bruno Haible  <bruno@clisp.org>
+
+	vprintf-posix tests: Fix test title.
+	* tests/test-vprintf-posix.c: Fix title.
+
 2024-06-30  Bruno Haible  <bruno@clisp.org>
 
 	zprintf-gnu: Add tests.
diff --git a/tests/test-vprintf-posix.c b/tests/test-vprintf-posix.c
index b25274ab9d..48e710e7c9 100644
--- a/tests/test-vprintf-posix.c
+++ b/tests/test-vprintf-posix.c
@@ -1,4 +1,4 @@
-/* Test of POSIX compatible vfprintf() function.
+/* Test of POSIX compatible vprintf() function.
    Copyright (C) 2007-2024 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify