diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-05-21 13:11:45 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-10 13:32:52 +0200 |
commit | da1bb4ed23564f2937a4a3fa8d5ccdd0c167fe6a (patch) | |
tree | 339a27df43ed9811b787fff44b57aceacddbe11c /drivers/tty/tty_io.c | |
parent | Linux 5.19-rc1 (diff) | |
download | linux-da1bb4ed23564f2937a4a3fa8d5ccdd0c167fe6a.tar.xz linux-da1bb4ed23564f2937a4a3fa8d5ccdd0c167fe6a.zip |
tty: fix typos in comments
Spelling mistakes (triple letters) in comments.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220521111145.81697-95-Julia.Lawall@inria.fr
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 8fec1d8648f5..82a8855981f7 100644 --- a/drivers/tty/tty_io.c +++ b/drivers/tty/tty_io.c @@ -1663,7 +1663,7 @@ void tty_kclose(struct tty_struct *tty) */ tty_ldisc_release(tty); - /* Wait for pending work before tty destruction commmences */ + /* Wait for pending work before tty destruction commences */ tty_flush_works(tty); tty_debug_hangup(tty, "freeing structure\n"); |