diff options
author | Thadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br> | 2017-04-04 11:56:32 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-04-24 14:15:39 +0300 |
commit | 6fbc8798d9461c0ff22fab9fbaddde13de815941 (patch) | |
tree | d081774bbd343268987389ed4c7a52529215e26c /drivers/tty | |
parent | 1b3b3b49b9961401331a1b496db5bec5c7b41ae6 (diff) | |
download | linux-6fbc8798d9461c0ff22fab9fbaddde13de815941.tar.xz |
tty: fix comment for __tty_alloc_driver()
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/tty')
-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 e6d1a6510886..309d25065bb6 100644 --- a/drivers/tty/tty_io.c +++ b/drivers/tty/tty_io.c @@ -3370,7 +3370,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 |