Commit 385966d3 authored by James Mayer's avatar James Mayer Committed by James Morris

[PATCH] Typo in linux_fs_pipe.c

parent 1844607e
......@@ -216,7 +216,7 @@ pipe_write(struct file *filp, const char *buf, size_t count, loff_t *ppos)
do {
/*
* Synchronous wake-up: it knows that this process
* is going to give up this CPU, so it doesnt have
* is going to give up this CPU, so it doesn't have
* to do idle reschedules.
*/
wake_up_interruptible_sync(PIPE_WAIT(*inode));
......
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