summaryrefslogtreecommitdiff
path: root/drivers/accessibility/speakup/fakekey.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/fakekey.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/fakekey.c')
-rw-r--r--drivers/accessibility/speakup/fakekey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/accessibility/speakup/fakekey.c b/drivers/accessibility/speakup/fakekey.c
index cd029968462f..868c47b2a59b 100644
--- a/drivers/accessibility/speakup/fakekey.c
+++ b/drivers/accessibility/speakup/fakekey.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* fakekey.c
- * Functions for simulating keypresses.
+ * Functions for simulating key presses.
*
* Copyright (C) 2010 the Speakup Team
*/
@@ -78,7 +78,7 @@ void speakup_fake_down_arrow(void)
}
/*
- * Are we handling a simulated keypress on the current CPU?
+ * Are we handling a simulated key press on the current CPU?
* Returns a boolean.
*/
bool speakup_fake_key_pressed(void)