From: Wu Canhong Date: Fri, 26 Dec 2025 16:02:19 +0000 (+0800) Subject: doc: input: fix typos in input.rst X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae350d71815a72235a2d74478092352c74390ce1;p=thirdparty%2Flinux.git 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> --- 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.