Browse Source

HID: fix grammo in HID_COMPAT Kconfig help text

The Kconfig option for HID_COMPAT should read "lose", not "loose".

Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Alex Chiang 17 years ago
parent
commit
6f3c0e5096
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/hid/Kconfig

+ 1 - 1
drivers/hid/Kconfig

@@ -78,7 +78,7 @@ config HID_COMPAT
 	support of module loading through aliases and also old
 	support of module loading through aliases and also old
 	module-init-tools which can't handle hid bus, choose Y here. Otherwise
 	module-init-tools which can't handle hid bus, choose Y here. Otherwise
 	say N. If you say N and your userspace is old enough, the only
 	say N. If you say N and your userspace is old enough, the only
-	functionality you loose is modules autoloading.
+	functionality you lose is modules autoloading.
 
 
 	If unsure, say Y.
 	If unsure, say Y.