summary refs log tree commit diff
path: root/Documentation/input/uinput.rst
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2020-07-24 10:36:06 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2020-07-28 18:24:11 -0700
commitbbca4d34bcb9a1abbd60af10f2fac933d2501680 (patch)
tree902da131c380558dcba59460d10af96b245d9a1c /Documentation/input/uinput.rst
parent37bd9e803daea816f2dc2c8f6dc264097eb3ebd2 (diff)
downloadlinux-bbca4d34bcb9a1abbd60af10f2fac933d2501680.tar.gz
Input: uinput - fix typo in function name documentation
Fix non-existing constant in documentation.

Signed-off-by: Pavel Machek (CIP) <pavel@denx.de>
Link: https://lore.kernel.org/r/20200724084025.GB31930@amd
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation/input/uinput.rst')
-rw-r--r--Documentation/input/uinput.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/input/uinput.rst b/Documentation/input/uinput.rst
index b8e90b6a126c..10c62e62a0a6 100644
--- a/Documentation/input/uinput.rst
+++ b/Documentation/input/uinput.rst
@@ -99,7 +99,7 @@ the sake of simplicity.
 
       /*
        * Give userspace some time to read the events before we destroy the
-       * device with UI_DEV_DESTOY.
+       * device with UI_DEV_DESTROY.
        */
       sleep(1);
 
@@ -164,7 +164,7 @@ mouse.
 
       /*
        * Give userspace some time to read the events before we destroy the
-       * device with UI_DEV_DESTOY.
+       * device with UI_DEV_DESTROY.
        */
       sleep(1);
 
@@ -233,7 +233,7 @@ but interact with uinput via ioctl calls, or use libevdev.
 
       /*
        * Give userspace some time to read the events before we destroy the
-       * device with UI_DEV_DESTOY.
+       * device with UI_DEV_DESTROY.
        */
       sleep(1);