From 370c51c68c6b6520d4e60fb34e32e64c11cdcc12 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Sun, 27 Oct 2024 16:58:59 -0700 Subject: [PATCH] realloc-gnu: Fix typo in deprecation notice. * modules/realloc-gnu (Notice): Recommend 'realloc-posix' in the deprecation notice. --- ChangeLog | 6 ++++++ modules/realloc-gnu | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c0d8f3dedd..93375a0dc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-10-27 Collin Funk + + realloc-gnu: Fix typo in deprecation notice. + * modules/realloc-gnu (Notice): Recommend 'realloc-posix' in the + deprecation notice. + 2024-10-27 Bruno Haible realloc-gnu: Replace module with an alias to realloc-posix. diff --git a/modules/realloc-gnu b/modules/realloc-gnu index 4ad46a94eb..adb93129b9 100644 --- a/modules/realloc-gnu +++ b/modules/realloc-gnu @@ -5,7 +5,7 @@ Status: deprecated Notice: -This module is deprecated. Use the module 'filename' instead. +This module is deprecated. Use the module 'realloc-posix' instead. Files: