diff options
author | Daniele Forsi <dforsi@gmail.com> | 2014-05-12 10:58:19 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-05-14 16:40:05 -0700 |
commit | 125a72d6275dc777d18aa349842e89e53ddbeefd (patch) | |
tree | 1e0160e582923282a0718dd5f19cfc415f5e8592 /drivers/input/mouse | |
parent | 68252638c8d03a39e5055f823f842c6886d3f83b (diff) | |
download | linux-125a72d6275dc777d18aa349842e89e53ddbeefd.tar.bz2 |
Input: logips2pp - fix typo in Kconfig help
s/Logictech/Logitech/
Signed-off-by: Daniele Forsi <dforsi@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/mouse')
-rw-r--r-- | drivers/input/mouse/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig index effa9c5f2c5c..ff9b65d02103 100644 --- a/drivers/input/mouse/Kconfig +++ b/drivers/input/mouse/Kconfig @@ -53,7 +53,7 @@ config MOUSE_PS2_LOGIPS2PP default y depends on MOUSE_PS2 help - Say Y here if you have a Logictech PS/2++ mouse connected to + Say Y here if you have a Logitech PS/2++ mouse connected to your system. If unsure, say Y. |