diff options
author | Matthias Brugger <matthias.bgg@gmail.com> | 2014-08-08 13:01:21 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-08 15:32:05 -0700 |
commit | a1d51aa2214cea3f91611893610a2f769cada0e7 (patch) | |
tree | 1c835f396a4771cf2dbc9906f55aef70f095b687 /drivers | |
parent | 4d199a55c41b25f4255eaeea358f944e33e91a4b (diff) | |
download | linux-stable-a1d51aa2214cea3f91611893610a2f769cada0e7.tar.gz linux-stable-a1d51aa2214cea3f91611893610a2f769cada0e7.tar.bz2 linux-stable-a1d51aa2214cea3f91611893610a2f769cada0e7.zip |
tty: fix typo in comment of tty_termios_encode_baud_rate
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/tty/tty_ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/tty_ioctl.c b/drivers/tty/tty_ioctl.c index 6fd60fece6b4..cd1285c3bfe9 100644 --- a/drivers/tty/tty_ioctl.c +++ b/drivers/tty/tty_ioctl.c @@ -402,7 +402,7 @@ void tty_termios_encode_baud_rate(struct ktermios *termios, #ifdef BOTHER /* If the user asked for a precise weird speed give a precise weird - answer. If they asked for a Bfoo speed they many have problems + answer. If they asked for a Bfoo speed they may have problems digesting non-exact replies so fuzz a bit */ if ((termios->c_cflag & CBAUD) == BOTHER) |