Commit 0b4efcb1 authored by Tom Rix's avatar Tom Rix Committed by Greg Kroah-Hartman
Browse files

accessiblity: speakup: cleanup comments



Replace for spelling
keypresses to key presses
bytesize to byte size
specificly to specifically

Reviewed-by: default avatarSamuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: default avatarTom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20220329195401.3220408-1-trix@redhat.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ce522ba9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 * This driver is for the Aicom Acent PC internal synthesizer.
 */
+1 −1
Original line number Diff line number Diff line
@@ -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.
 */

+1 −1
Original line number Diff line number Diff line
@@ -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 <linux/jiffies.h>
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"
Loading