]> Savannah Git Hosting - gnulib.git/commitdiff
posix_memalign-tests: fix message typo
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Oct 2024 17:07:53 +0000 (10:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Oct 2024 21:46:38 +0000 (14:46 -0700)
* tests/test-posix_memalign.c (main): Fix diagnostic typo.

ChangeLog
tests/test-posix_memalign.c

index 9360b71007b600d23a0400bd05ad189e776a2167..6b65268fa20a4e632c0d57e59e36a5a5c5317eb3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2024-10-26  Paul Eggert  <eggert@cs.ucla.edu>
 
+       posix_memalign-tests: fix message typo
+       * tests/test-posix_memalign.c (main): Fix diagnostic typo.
+
        aligned_alloc: document glibc bug 32301
        * doc/posix-functions/aligned_alloc.texi:
        * doc/posix-functions/posix_memalign.texi: Mention glibc bug
index 98a2f941df8407b1dfda122352a317f2ada48eaf..160e55b177da3774530f75d8fcf63410306e8e2b 100644 (file)
@@ -101,7 +101,7 @@ main (int argc, char *argv[])
 
   return test_exit_status;
 #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
 }