Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1615806 > unrolled thread

[PATCH] tty: fix comment typo s/repsonsible/responsible/

Started byThadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
First post2017-04-04 11:10 +0200
Last post2017-04-04 11:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] tty: fix comment typo s/repsonsible/responsible/ Thadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br> - 2017-04-04 11:10 +0200

#1615806 — [PATCH] tty: fix comment typo s/repsonsible/responsible/

FromThadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
Date2017-04-04 11:10 +0200
Subject[PATCH] tty: fix comment typo s/repsonsible/responsible/
Message-ID<tssDo-2Qa-29@gated-at.bofh.it>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
---
 drivers/tty/tty_io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/tty_io.c b/drivers/tty/tty_io.c
index e6d1a65..309d250 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
-- 
2.10.2

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web