From: Alan Cox Date: Sat, 19 Sep 2009 20:13:19 +0000 (-0700) Subject: tty: Fix a typo noted in passing X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6146b9af84cc771198195104b432eb13b96a9799;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git tty: Fix a typo noted in passing Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c index a3afa0c387cd..938448067738 100644 --- a/drivers/char/tty_io.c +++ b/drivers/char/tty_io.c @@ -2085,7 +2085,7 @@ static int tioccons(struct file *file) * the generic functionality existed. This piece of history is preserved * in the expected tty API of posix OS's. * - * Locking: none, the open fle handle ensures it won't go away. + * Locking: none, the open file handle ensures it won't go away. */ static int fionbio(struct file *file, int __user *p)