[vlc-commits] config: correction
Lyndon Brown
git at videolan.org
Sat Sep 26 08:44:07 CEST 2020
vlc | branch: master | Lyndon Brown <jnqnfe at gmail.com> | Wed May 22 04:52:34 2019 +0100| [c46c35ceb3625bb23d9b063bcd1f1cb4fcef0960] | committer: Rémi Denis-Courmont
config: correction
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c46c35ceb3625bb23d9b063bcd1f1cb4fcef0960
---
include/vlc_configuration.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/vlc_configuration.h b/include/vlc_configuration.h
index d4b8fc2473..c6075c334a 100644
--- a/include/vlc_configuration.h
+++ b/include/vlc_configuration.h
@@ -160,10 +160,10 @@ VLC_API void config_PutInt(const char *name, int64_t val);
VLC_API float config_GetFloat(const char *name) VLC_USED;
/**
- * Sets an integer configuration item.
+ * Sets an floating point configuration item.
*
* This function changes the current value of a configuration item of
- * integral type (\ref CONFIG_ITEM_FLOAT).
+ * floating point type (\ref CONFIG_ITEM_FLOAT).
*
* \warning The behaviour is undefined if the configuration item exists but is
* not of floating point type.
More information about the vlc-commits
mailing list