tty: doc: Fix grammar in serial/tty
authorRichard Genoud <richard.genoud@gmail.com>
Wed, 3 Sep 2014 15:53:48 +0000 (17:53 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 4 Sep 2014 08:05:04 +0000 (10:05 +0200)
Correct spelling typos in serial/tty

Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/serial/tty.txt

index 540db41..1e52d67 100644 (file)
@@ -146,7 +146,7 @@ set_termios()               Notify the tty driver that the device's termios
                        driver function is responsible for modifying any
                        bits in the request it cannot fulfill to indicate
                        the actual modes being used. A device with no
-                       hardware capability for change (eg a USB dongle or
+                       hardware capability for change (e.g. a USB dongle or
                        virtual port) can provide NULL for this method.
 
 throttle()             Notify the tty driver that input buffers for the
@@ -258,7 +258,7 @@ put_char()  -       Stuff a single character onto the queue. The
 
 flush_chars()  -       Ask the kernel to write put_char queue
 
-write_room()   -       Return the number of characters tht can be stuffed
+write_room()   -       Return the number of characters that can be stuffed
                        into the port buffers without overflow (or less).
                        The ldisc is responsible for being intelligent
                        about multi-threading of write_room/write calls