Commit 6146b9af authored by Alan Cox's avatar Alan Cox Committed by Live-CD User

tty: Fix a typo noted in passing

Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 2f9ea55c
...@@ -2085,7 +2085,7 @@ static int tioccons(struct file *file) ...@@ -2085,7 +2085,7 @@ static int tioccons(struct file *file)
* the generic functionality existed. This piece of history is preserved * the generic functionality existed. This piece of history is preserved
* in the expected tty API of posix OS's. * 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) static int fionbio(struct file *file, int __user *p)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment