config: correction

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
This commit is contained in:
Lyndon Brown 2019-05-22 04:52:34 +01:00 committed by Rémi Denis-Courmont
parent 4decf8c4a4
commit c46c35ceb3
1 changed files with 2 additions and 2 deletions

View File

@ -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.