aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/input
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2021-03-02 14:35:23 -0800
committerJonathan Corbet <corbet@lwn.net>2021-03-08 17:15:37 -0700
commit8bd490e4fc44d24447ed075f96c7cfec264a7c0e (patch)
treeaade84fc99f0749a4afdde77088f18fe22bc2d8c /Documentation/input
parent5c1841152b62279541c9d98580e60d4aabb041b2 (diff)
downloadlinux-8bd490e4fc44d24447ed075f96c7cfec264a7c0e.tar.gz
input: Documentation: corrections for uinput.rst
Fix a typo (supportinf -> supporting). Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Cc: linux-input@vger.kernel.org Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Link: https://lore.kernel.org/r/20210302223523.20130-9-rdunlap@infradead.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/input')
-rw-r--r--Documentation/input/uinput.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/input/uinput.rst b/Documentation/input/uinput.rst
index 10c62e62a0a62..30fe80e325a5d 100644
--- a/Documentation/input/uinput.rst
+++ b/Documentation/input/uinput.rst
@@ -179,7 +179,7 @@ uinput old interface
--------------------
Before uinput version 5, there wasn't a dedicated ioctl to set up a virtual
-device. Programs supportinf older versions of uinput interface need to fill
+device. Programs supporting older versions of uinput interface need to fill
a uinput_user_dev structure and write it to the uinput file descriptor to
configure the new uinput device. New code should not use the old interface
but interact with uinput via ioctl calls, or use libevdev.