diff options
author | Serge E. Hallyn <serue@us.ibm.com> | 2006-03-28 01:56:23 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-28 09:16:03 -0800 |
commit | 7b7a317cf863559b49b548a8b97b2f4bdf1e149e (patch) | |
tree | 2cacc386c324894b0997d846830f5324bcf89a19 /ipc | |
parent | 7a1e524a5fe6c5bf9dd4488e946fa835fda8c3d9 (diff) | |
download | linux-3.10-7b7a317cf863559b49b548a8b97b2f4bdf1e149e.tar.gz linux-3.10-7b7a317cf863559b49b548a8b97b2f4bdf1e149e.tar.bz2 linux-3.10-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')
-rw-r--r-- | ipc/mqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/mqueue.c b/ipc/mqueue.c index 532ec3bf18d..41ecbd440fe 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. */ |