aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup/speakup_acnt.h
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2012-07-09 07:30:27 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-09 13:06:21 -0700
commit83414d528d2f97d6574c14afb892879c11bbcc7c (patch)
tree6d89a51a8c828ba3df497514c255eec02eabb647 /drivers/staging/speakup/speakup_acnt.h
parentstaging: vt6655: hostap.c: Remove all unused macros (diff)
downloadlinux-dev-83414d528d2f97d6574c14afb892879c11bbcc7c.tar.xz
linux-dev-83414d528d2f97d6574c14afb892879c11bbcc7c.zip
staging "speakup" Fix typos.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/speakup/speakup_acnt.h')
-rw-r--r--drivers/staging/speakup/speakup_acnt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/speakup/speakup_acnt.h b/drivers/staging/speakup/speakup_acnt.h
index 2d883654ffcc..6376fca9e0e1 100644
--- a/drivers/staging/speakup/speakup_acnt.h
+++ b/drivers/staging/speakup/speakup_acnt.h
@@ -12,5 +12,5 @@
to accept a byte of data. */
#define SYNTH_QUIET 'S' /* synth is not speaking */
#define SYNTH_FULL 'F' /* synth is full. */
-#define SYNTH_ALMOST_EMPTY 'M' /* synth has les than 2 seconds of text left */
+#define SYNTH_ALMOST_EMPTY 'M' /* synth has less than 2 seconds of text left */
#define SYNTH_SPEAKING 's' /* synth is speaking and has a fare way to go */