tty: fix typo in descripton of tty_termios_encode_baud_rate
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 12 Apr 2011 07:59:29 +0000 (09:59 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 12 Apr 2011 11:25:33 +0000 (13:25 +0200)
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/tty/tty_ioctl.c

index 1a1135d..d73c593 100644 (file)
@@ -309,7 +309,7 @@ EXPORT_SYMBOL(tty_termios_input_baud_rate);
  *     @ospeed: output speed
  *
  *     Encode the speeds set into the passed termios structure. This is
- *     used as a library helper for drivers os that they can report back
+ *     used as a library helper for drivers so that they can report back
  *     the actual speed selected when it differs from the speed requested
  *
  *     For maximal back compatibility with legacy SYS5/POSIX *nix behaviour