diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-12-04 12:13:17 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2020-12-04 12:27:35 -0800 |
commit | 7ce8d91b8a849c4b9a010a8b773e3838a8e3d030 (patch) | |
tree | 4144f4991d9ea5d4726f078207180480cedfeb30 | |
parent | 6d59224fdcc532dd7292e3657d796b3728ec1e8e (diff) | |
download | linux-stable-7ce8d91b8a849c4b9a010a8b773e3838a8e3d030.tar.gz linux-stable-7ce8d91b8a849c4b9a010a8b773e3838a8e3d030.tar.bz2 linux-stable-7ce8d91b8a849c4b9a010a8b773e3838a8e3d030.zip |
Input: vsxxxaa - fix Kconfig spelling mistake
There is a spelling mistake in the Kconfig help text. Fix it by replacing
"theses" with "these".
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20201204193635.1152241-1-colin.king@canonical.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-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 d8b6a5dab190..63c9cda555c3 100644 --- a/drivers/input/mouse/Kconfig +++ b/drivers/input/mouse/Kconfig @@ -372,7 +372,7 @@ config MOUSE_VSXXXAA select SERIO help Say Y (or M) if you want to use a DEC VSXXX-AA (hockey - puck) or a VSXXX-GA (rectangular) mouse. Theses mice are + puck) or a VSXXX-GA (rectangular) mouse. These mice are typically used on DECstations or VAXstations, but can also be used on any box capable of RS232 (with some adaptor described in the source file). This driver also works with the |