[vlc-devel] [PATCH 10/12] config: correction
Lyndon Brown
jnqnfe at gmail.com
Fri Sep 25 00:31:01 CEST 2020
From: Lyndon Brown <jnqnfe at gmail.com>
Date: Wed, 22 May 2019 04:52:34 +0100
Subject: config: correction
diff --git a/include/vlc_configuration.h b/include/vlc_configuration.h
index 7365dce54a..a959261d27 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-devel
mailing list