From 9b277bc3415fa5d621889d2b32115fde393c416a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 26 Oct 2024 10:07:53 -0700 Subject: [PATCH] posix_memalign-tests: fix message typo * tests/test-posix_memalign.c (main): Fix diagnostic typo. --- ChangeLog | 5 +++++ tests/test-posix_memalign.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 68af8c364e..76f078ca84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-10-26 Paul Eggert + + posix_memalign-tests: fix message typo + * tests/test-posix_memalign.c (main): Fix diagnostic typo. + 2024-10-26 Bruno Haible regex: Avoid dialog while running configure test on Haiku/x86_64. diff --git a/tests/test-posix_memalign.c b/tests/test-posix_memalign.c index 803e40c5f5..8788cf2ea0 100644 --- a/tests/test-posix_memalign.c +++ b/tests/test-posix_memalign.c @@ -101,7 +101,7 @@ main (int argc, char *argv[]) return 0; #else - fputs ("Skipping test: function 'aligned_alloc' does not exist\n", stderr); + fputs ("Skipping test: function 'posix_memalign' does not exist\n", stderr); return 77; #endif } -- 2.39.5