]> 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)
committerBruno Haible <bruno@clisp.org>
Tue, 12 Nov 2024 00:37:43 +0000 (01:37 +0100)
* tests/test-posix_memalign.c (main): Fix diagnostic typo.

ChangeLog
tests/test-posix_memalign.c

index 68af8c364e51a5ec120e22a9190c49f9a77211c8..76f078ca84189ac305a448965972b57b7a2a3d33 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +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.
+
 2024-10-26  Bruno Haible  <bruno@clisp.org>
 
        regex: Avoid dialog while running configure test on Haiku/x86_64.
index 803e40c5f5a5c227fb0eb6e3e5020d197f16c41d..8788cf2ea08465261b953ca375eaf04fbea4d9b2 100644 (file)
@@ -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
 }