mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 09:10:05 +01:00
doc: fix typo
Remove a repetition of words in the comments on libevdev_set_event_value() Part-of: <https://gitlab.freedesktop.org/libevdev/libevdev/-/merge_requests/131>
This commit is contained in:
parent
139b58e135
commit
be44b6e6a8
1 changed files with 1 additions and 2 deletions
|
|
@ -1563,8 +1563,7 @@ int libevdev_get_event_value(const struct libevdev *dev, unsigned int type, unsi
|
||||||
*
|
*
|
||||||
* @return 0 on success, or -1 on failure.
|
* @return 0 on success, or -1 on failure.
|
||||||
* @retval -1
|
* @retval -1
|
||||||
* - the device does not have the event type or
|
* - the device does not have the event type or code enabled, or
|
||||||
* - code enabled, or the code is outside the, or
|
|
||||||
* - the code is outside the allowed limits for the given type, or
|
* - the code is outside the allowed limits for the given type, or
|
||||||
* - the type cannot be set, or
|
* - the type cannot be set, or
|
||||||
* - the value is not permitted for the given code.
|
* - the value is not permitted for the given code.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue