diff options
| author | Wu Canhong <canhong12@163.com> | 2025-12-26 19:02:19 +0300 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-01-07 01:19:54 +0300 |
| commit | ae350d71815a72235a2d74478092352c74390ce1 (patch) | |
| tree | 45d300b45ad070ababc3bd5f8897167151d216e0 | |
| parent | 736ea8102637cecca85c05550d7d1c71c8a61ba0 (diff) | |
| download | linux-ae350d71815a72235a2d74478092352c74390ce1.tar.xz | |
doc: input: fix typos in input.rst
'even codes' should be 'event codes' at the end of input.rst
Signed-off-by: Wu Canhong <canhong12@163.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251226160219.64818-1-canhong12@163.com>
| -rw-r--r-- | Documentation/input/input.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/input/input.rst b/Documentation/input/input.rst index d9a6de87d02d..7bbda39d8ac2 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. |
