From: Akim Demaille Date: Fri, 26 Mar 2021 05:40:06 +0000 (+0100) Subject: fprintf-posix: fix typo X-Git-Tag: v1.0~3002 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e639e557f1b09a4f5589377705a30c4014b76924;p=gnulib.git fprintf-posix: fix typo * modules/fprintf-posix (Depends-on): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index b9fb4b7979..cac41b7957 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-03-26 Akim Demaille + + fprintf-posix: fix typo + * modules/fprintf-posix (Depends-on): Fix typo. + 2021-03-25 Paul Eggert free-posix: use more often in other modules diff --git a/modules/fprintf-posix b/modules/fprintf-posix index 123fbea2d4..f2bd1a5c7d 100644 --- a/modules/fprintf-posix +++ b/modules/fprintf-posix @@ -23,7 +23,7 @@ fseterr [test $REPLACE_FPRINTF = 1] vasnprintf [test $REPLACE_FPRINTF = 1] isnand-nolibm [test $REPLACE_FPRINTF = 1] isnanl-nolibm [test $REPLACE_FPRINTF = 1] -freee-posix [test $REPLACE_FPRINTF = 1] +free-posix [test $REPLACE_FPRINTF = 1] frexp-nolibm [test $REPLACE_FPRINTF = 1] frexpl-nolibm [test $REPLACE_FPRINTF = 1] printf-frexp [test $REPLACE_FPRINTF = 1]