diff options
author | John de la Garza <john@jjdev.com> | 2017-08-29 18:48:54 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-08-30 15:18:24 -0600 |
commit | 7dfedbac8b9e264711904fa5168a31ea8bc8ccce (patch) | |
tree | 101adfda01ec15ec35f74611caccf05554c48a42 /Documentation/input/input.rst | |
parent | cc4bbaae54cbd6758038f2701cbf27ea222d0fb4 (diff) |
Documentation:input: fix typo
Signed-off-by: John de la Garza <john@jjdev.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/input/input.rst')
-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 3b3a22975106..47f86a4bf16c 100644 --- a/Documentation/input/input.rst +++ b/Documentation/input/input.rst @@ -109,7 +109,7 @@ evdev nodes are created with minors starting with 256. keyboard ~~~~~~~~ -``keyboard`` is in-kernel input handler ad is a part of VT code. It +``keyboard`` is in-kernel input handler and is a part of VT code. It consumes keyboard keystrokes and handles user input for VT consoles. mousedev |