doc: fix a wrongly named parameter

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-09-04 09:54:49 +10:00
parent 467752047e
commit 9f8b9f5f53

View file

@ -5053,7 +5053,7 @@ libinput_device_config_accel_get_profiles(struct libinput_device *device);
* mode.
*
* @param device The device to configure
* @param mode The mode to set the device to.
* @param profile The profile to set the device to.
*
* @return A config status code
*