summaryrefslogtreecommitdiff
path: root/modules/fprintf-posix
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-03-26 06:40:06 +0100
committerAkim Demaille <akim.demaille@gmail.com>2021-03-26 06:40:06 +0100
commite639e557f1b09a4f5589377705a30c4014b76924 (patch)
tree12ef61057d6a56d703f58a0d29c880ae9f89f9d7 /modules/fprintf-posix
parent5b3a6f94f866b02761105b55dfdfad4379a640bf (diff)
downloadgnulib-e639e557f1b09a4f5589377705a30c4014b76924.tar.gz
fprintf-posix: fix typo
* modules/fprintf-posix (Depends-on): Fix typo.
Diffstat (limited to 'modules/fprintf-posix')
-rw-r--r--modules/fprintf-posix2
1 files changed, 1 insertions, 1 deletions
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]