ttyport: trivial fix for some typo in comments

Fix some minor typo spotted in comments:
- s/wit ha/with a/
- s/doestroyed/destroyed/

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Antonio Borneo
2017-09-08 08:59:42 +02:00
committed by Greg Kroah-Hartman
parent b86ac22503
commit 1926e5d37b

View File

@@ -235,7 +235,7 @@ EXPORT_SYMBOL(tty_port_free_xmit_buf);
/** /**
* tty_port_destroy -- destroy inited port * tty_port_destroy -- destroy inited port
* @port: tty port to be doestroyed * @port: tty port to be destroyed
* *
* When a port was initialized using tty_port_init, one has to destroy the * When a port was initialized using tty_port_init, one has to destroy the
* port by this function. Either indirectly by using tty_port refcounting * port by this function. Either indirectly by using tty_port refcounting