Skip to content

Commit 87838ae

Browse files
Thadeu Lima de Souza Cascardogregkh
authored andcommitted
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>
1 parent 7d05587 commit 87838ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/tty/tty_io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3381,7 +3381,7 @@ EXPORT_SYMBOL(tty_unregister_device);
33813381
/**
33823382
* __tty_alloc_driver -- allocate tty driver
33833383
* @lines: count of lines this driver can handle at most
3384-
* @owner: module which is repsonsible for this driver
3384+
* @owner: module which is responsible for this driver
33853385
* @flags: some of TTY_DRIVER_* flags, will be set in driver->flags
33863386
*
33873387
* This should not be called directly, some of the provided macros should be

0 commit comments

Comments
 (0)