From: Matthias Brugger Date: Fri, 8 Aug 2014 11:01:21 +0000 (+0200) Subject: tty: fix typo in comment of tty_termios_encode_baud_rate X-Git-Tag: v4.14-rc1~6738^2~89 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a1d51aa2214cea3f91611893610a2f769cada0e7;p=platform%2Fkernel%2Flinux-rpi.git tty: fix typo in comment of tty_termios_encode_baud_rate Signed-off-by: Matthias Brugger Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/tty_ioctl.c b/drivers/tty/tty_ioctl.c index 6fd60fe..cd1285c 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)