diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-05-10 10:16:21 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-05-10 10:16:21 +0200 |
commit | 70f23fd66bc821a0e99647f70a809e277cc93c4c (patch) | |
tree | 3e768b77e63c6364ef32cf257c9449369afd215f /drivers/tty/n_gsm.c | |
parent | c719864f15676af92b705589c93ba1468b89cd24 (diff) | |
download | op-kernel-dev-70f23fd66bc821a0e99647f70a809e277cc93c4c.zip op-kernel-dev-70f23fd66bc821a0e99647f70a809e277cc93c4c.tar.gz |
treewide: fix a few typos in comments
- kenrel -> kernel
- whetehr -> whether
- ttt -> tt
- sss -> ss
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/tty/n_gsm.c')
-rw-r--r-- | drivers/tty/n_gsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/n_gsm.c b/drivers/tty/n_gsm.c index 74273e6..77623b9 100644 --- a/drivers/tty/n_gsm.c +++ b/drivers/tty/n_gsm.c @@ -2128,7 +2128,7 @@ static int gsmld_attach_gsm(struct tty_struct *tty, struct gsm_mux *gsm) /** * gsmld_detach_gsm - stop doing 0710 mux - * @tty: tty atttached to the mux + * @tty: tty attached to the mux * @gsm: mux * * Shutdown and then clean up the resources used by the line discipline |