From: Peter Hutterer Date: Thu, 3 Sep 2020 23:54:49 +0000 (+1000) Subject: doc: fix a wrongly named parameter X-Git-Tag: 1.16.901~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f8b9f5f532edcc2698e2ffca9d19bb1bf6054cc;p=platform%2Fupstream%2Flibinput.git doc: fix a wrongly named parameter Signed-off-by: Peter Hutterer --- diff --git a/src/libinput.h b/src/libinput.h index 6f12c66..8ad644e 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -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 *