From ae350d71815a72235a2d74478092352c74390ce1 Mon Sep 17 00:00:00 2001 From: Wu Canhong Date: Sat, 27 Dec 2025 00:02:19 +0800 Subject: [PATCH] doc: input: fix typos in input.rst 'even codes' should be 'event codes' at the end of input.rst Signed-off-by: Wu Canhong Signed-off-by: Jonathan Corbet Message-ID: <20251226160219.64818-1-canhong12@163.com> --- Documentation/input/input.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/input/input.rst b/Documentation/input/input.rst index d9a6de87d02de..7bbda39d8ac2b 100644 --- a/Documentation/input/input.rst +++ b/Documentation/input/input.rst @@ -278,4 +278,4 @@ list is in include/uapi/linux/input-event-codes.h. EV_REL, absolute new value for EV_ABS (joysticks ...), or 0 for EV_KEY for release, 1 for keypress and 2 for autorepeat. -See :ref:`input-event-codes` for more information about various even codes. +See :ref:`input-event-codes` for more information about various event codes. -- 2.47.3