]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
tty: fix comment typo s/repsonsible/responsible/
authorThadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
Tue, 4 Apr 2017 08:56:32 +0000 (05:56 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Apr 2017 16:54:07 +0000 (18:54 +0200)
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_io.c

index d697053f5e429f597c1805a2703c3d5d4e8d1cfb..dd0c1aa604021bf8c30601f0b537956598adde61 100644 (file)
@@ -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