HID: Kconfig: Fix spelling mistake "Uninterruptable" -> "Uninterruptible"
authorColin Ian King <colin.king@canonical.com>
Mon, 19 Jul 2021 10:27:31 +0000 (11:27 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 28 Jul 2021 09:41:57 +0000 (11:41 +0200)
There is a spelling mistake in the Kconfig text. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/usbhid/Kconfig

index dcf3a23..7c2032f 100644 (file)
@@ -38,7 +38,7 @@ config USB_HIDDEV
        help
          Say Y here if you want to support HID devices (from the USB
          specification standpoint) that aren't strictly user interface
-         devices, like monitor controls and Uninterruptable Power Supplies.
+         devices, like monitor controls and Uninterruptible Power Supplies.
 
          This module supports these devices separately using a separate
          event interface on /dev/usb/hiddevX (char 180:96 to 180:111).