hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/Documentation/input/uinput.rst
....@@ -99,7 +99,7 @@
9999
100100 /*
101101 * Give userspace some time to read the events before we destroy the
102
- * device with UI_DEV_DESTOY.
102
+ * device with UI_DEV_DESTROY.
103103 */
104104 sleep(1);
105105
....@@ -164,7 +164,7 @@
164164
165165 /*
166166 * Give userspace some time to read the events before we destroy the
167
- * device with UI_DEV_DESTOY.
167
+ * device with UI_DEV_DESTROY.
168168 */
169169 sleep(1);
170170
....@@ -233,7 +233,7 @@
233233
234234 /*
235235 * Give userspace some time to read the events before we destroy the
236
- * device with UI_DEV_DESTOY.
236
+ * device with UI_DEV_DESTROY.
237237 */
238238 sleep(1);
239239