summaryrefslogtreecommitdiff
path: root/drivers/accessibility/speakup/speakup_spkout.c
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2022-03-29 22:54:01 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-04-20 20:24:00 +0300
commit0b4efcb1b55c6784f54455065e55e268a2d9a0f3 (patch)
tree27af5413085dec2096f05af2cfbb0faeea7db7d4 /drivers/accessibility/speakup/speakup_spkout.c
parentce522ba9ef7e2d9fb22a39eb3371c0c64e2a433e (diff)
downloadlinux-0b4efcb1b55c6784f54455065e55e268a2d9a0f3.tar.xz
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_spkout.c')
-rw-r--r--drivers/accessibility/speakup/speakup_spkout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/accessibility/speakup/speakup_spkout.c b/drivers/accessibility/speakup/speakup_spkout.c
index bd3d8dc300ff..5e3bb3aa98b6 100644
--- a/drivers/accessibility/speakup/speakup_spkout.c
+++ b/drivers/accessibility/speakup/speakup_spkout.c
@@ -6,7 +6,7 @@
* Copyright (C) 1998-99 Kirk Reiser.
* Copyright (C) 2003 David Borowski.
*
- * specificly written as a driver for the speakup screenreview
+ * specifically written as a driver for the speakup screenreview
* s not a general device driver.
*/
#include "spk_priv.h"