diff options
author | Thadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br> | 2017-04-04 05:56:32 -0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-08 18:54:07 +0200 |
commit | 87838ae3affaa96f2cfc8c1147973de42e116b80 (patch) | |
tree | 6eac9bac146535bc080e54f6ba7876630f57ab8f /drivers/tty/tty_io.c | |
parent | 7d05587c9e0e4611650bb403812e2d492c178a9f (diff) |
tty: fix comment typo s/repsonsible/responsible/
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/tty_io.c')
-rw-r--r-- | drivers/tty/tty_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/tty_io.c b/drivers/tty/tty_io.c index d697053f5e42..dd0c1aa60402 100644 --- a/drivers/tty/tty_io.c +++ b/drivers/tty/tty_io.c @@ -3381,7 +3381,7 @@ EXPORT_SYMBOL(tty_unregister_device); /** * __tty_alloc_driver -- allocate tty driver * @lines: count of lines this driver can handle at most - * @owner: module which is repsonsible for this driver + * @owner: module which is responsible for this driver * @flags: some of TTY_DRIVER_* flags, will be set in driver->flags * * This should not be called directly, some of the provided macros should be |