From: Alex Chiang Date: Wed, 27 Aug 2008 11:36:18 +0000 (+0200) Subject: HID: fix grammo in HID_COMPAT Kconfig help text X-Git-Tag: v2.6.28-rc1~571^2~22 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f3c0e509640070e3c013cd9787a7d1892276b3f;p=linux-2.6-omap-h63xx.git 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 Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 4319af320ad..46337a28d1d 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -78,7 +78,7 @@ config HID_COMPAT support of module loading through aliases and also old 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 - functionality you loose is modules autoloading. + functionality you lose is modules autoloading. If unsure, say Y.