aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup/synth.c
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/synth.c
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/synth.c')
-rw-r--r--drivers/staging/speakup/synth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/speakup/synth.c b/drivers/staging/speakup/synth.c
index 331eae788700..df9533798095 100644
--- a/drivers/staging/speakup/synth.c
+++ b/drivers/staging/speakup/synth.c
@@ -64,7 +64,7 @@ EXPORT_SYMBOL_GPL(serial_synth_probe);
/* Main loop of the progression thread: keep eating from the buffer
* and push to the serial port, waiting as needed
*
- * For devices that have a "full" notification mecanism, the driver can
+ * For devices that have a "full" notification mechanism, the driver can
* adapt the loop the way they prefer.
*/
void spk_do_catch_up(struct spk_synth *synth)