diff options
author | Tom Rix <trix@redhat.com> | 2022-03-29 21:54:01 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-04-20 19:24:00 +0200 |
commit | 0b4efcb1b55c6784f54455065e55e268a2d9a0f3 (patch) | |
tree | 27af5413085dec2096f05af2cfbb0faeea7db7d4 /drivers/accessibility/speakup/speakup_bns.c | |
parent | Linux 5.18-rc2 (diff) | |
download | linux-0b4efcb1b55c6784f54455065e55e268a2d9a0f3.tar.xz linux-0b4efcb1b55c6784f54455065e55e268a2d9a0f3.zip |
accessiblity: speakup: cleanup comments
Replace for spelling
keypresses to key presses
bytesize to byte size
specificly to specifically
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20220329195401.3220408-1-trix@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/accessibility/speakup/speakup_bns.c')
-rw-r--r-- | drivers/accessibility/speakup/speakup_bns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/accessibility/speakup/speakup_bns.c b/drivers/accessibility/speakup/speakup_bns.c index 76dfa3f7c058..b8103eb117b8 100644 --- a/drivers/accessibility/speakup/speakup_bns.c +++ b/drivers/accessibility/speakup/speakup_bns.c @@ -6,7 +6,7 @@ * Copyright (C) 1998-99 Kirk Reiser. * Copyright (C) 2003 David Borowski. * - * this code is specificly written as a driver for the speakup screenreview + * this code is specifically written as a driver for the speakup screenreview * package and is not a general device driver. */ #include "spk_priv.h" |