aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Chiang <achiang@hp.com>2008-08-27 07:36:18 -0400
committerJiri Kosina <jkosina@suse.cz>2008-10-14 17:50:58 -0400
commit6f3c0e509640070e3c013cd9787a7d1892276b3f (patch)
treed8e2c2055a5c59be13c53fabc3b3808648e038e0
parent66ebf66e497094f2c3fb3107d309c6a753beb0ff (diff)
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>
-rw-r--r--drivers/hid/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 4319af320adf..46337a28d1d6 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -78,7 +78,7 @@ config HID_COMPAT
78 support of module loading through aliases and also old 78 support of module loading through aliases and also old
79 module-init-tools which can't handle hid bus, choose Y here. Otherwise 79 module-init-tools which can't handle hid bus, choose Y here. Otherwise
80 say N. If you say N and your userspace is old enough, the only 80 say N. If you say N and your userspace is old enough, the only
81 functionality you loose is modules autoloading. 81 functionality you lose is modules autoloading.
82 82
83 If unsure, say Y. 83 If unsure, say Y.
84 84