From be44b6e6a83c31f259e16fa7e0dace57ff7c6af7 Mon Sep 17 00:00:00 2001 From: Giulio P Date: Sun, 7 Dec 2025 02:31:20 +0000 Subject: [PATCH] doc: fix typo Remove a repetition of words in the comments on libevdev_set_event_value() Part-of: --- libevdev/libevdev.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libevdev/libevdev.h b/libevdev/libevdev.h index 142dac2..ab6947d 100644 --- a/libevdev/libevdev.h +++ b/libevdev/libevdev.h @@ -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. * @retval -1 - * - the device does not have the event type or - * - code enabled, or the code is outside the, or + * - the device does not have the event type or code enabled, or * - the code is outside the allowed limits for the given type, or * - the type cannot be set, or * - the value is not permitted for the given code.