]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Typo in linux_fs_pipe.c
authorJames Mayer <james@cobaltmountain.com>
Mon, 15 Jul 2002 05:55:13 +0000 (22:55 -0700)
committerJames Morris <jmorris@intercode.com.au>
Mon, 15 Jul 2002 05:55:13 +0000 (22:55 -0700)
fs/pipe.c

index 07fcf8bb57c082d6155848208a8e8052355a9c05..5df79242a4b8a9c8aa26772f455c073adf2e7b90 100644 (file)
--- a/fs/pipe.c
+++ b/fs/pipe.c
@@ -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));