summaryrefslogtreecommitdiffstats
path: root/ipc/mqueue.c
diff options
context:
space:
mode:
authorSerge E. Hallyn2006-03-28 11:56:23 +0200
committerLinus Torvalds2006-03-28 19:16:03 +0200
commit7b7a317cf863559b49b548a8b97b2f4bdf1e149e (patch)
tree2cacc386c324894b0997d846830f5324bcf89a19 /ipc/mqueue.c
parent[PATCH] alpha: make poll flags the same as other architectures (diff)
downloadkernel-qcow2-linux-7b7a317cf863559b49b548a8b97b2f4bdf1e149e.tar.gz
kernel-qcow2-linux-7b7a317cf863559b49b548a8b97b2f4bdf1e149e.tar.xz
kernel-qcow2-linux-7b7a317cf863559b49b548a8b97b2f4bdf1e149e.zip
[PATCH] mqueue comment typo fix
(akpm: I don't do comment typos patches. This one snuck through by accident) Signed-off-by: Serge Hallyn <serue@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'ipc/mqueue.c')
-rw-r--r--ipc/mqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/mqueue.c b/ipc/mqueue.c
index 532ec3bf18d6..41ecbd440fed 100644
--- a/ipc/mqueue.c
+++ b/ipc/mqueue.c
@@ -762,7 +762,7 @@ out_unlock:
* The receiver accepts the message and returns without grabbing the queue
* spinlock. Therefore an intermediate STATE_PENDING state and memory barriers
* are necessary. The same algorithm is used for sysv semaphores, see
- * ipc/sem.c fore more details.
+ * ipc/sem.c for more details.
*
* The same algorithm is used for senders.
*/