hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
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