vlc | branch: master | Lyndon Brown <jnq...@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 <r...@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.

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to