Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Julia Lawall and committed by
Greg Kroah-Hartman
da1bb4ed f2906aa8

+2 -2
+1 -1
drivers/tty/mips_ejtag_fdc.c
··· 1222 1222 1223 1223 /* Construct a word from any data in buffer */ 1224 1224 word = mips_ejtag_fdc_encode(bufs, &kgdbfdc_wbuflen, 1); 1225 - /* Relocate any remaining data to beginnning of buffer */ 1225 + /* Relocate any remaining data to beginning of buffer */ 1226 1226 kgdbfdc_wbuflen -= word.bytes; 1227 1227 for (i = 0; i < kgdbfdc_wbuflen; ++i) 1228 1228 kgdbfdc_wbuf[i] = kgdbfdc_wbuf[i + word.bytes];
+1 -1
drivers/tty/tty_io.c
··· 1663 1663 */ 1664 1664 tty_ldisc_release(tty); 1665 1665 1666 - /* Wait for pending work before tty destruction commmences */ 1666 + /* Wait for pending work before tty destruction commences */ 1667 1667 tty_flush_works(tty); 1668 1668 1669 1669 tty_debug_hangup(tty, "freeing structure\n");