diff options
author | Serge E. Hallyn <serue@us.ibm.com> | 2006-03-28 04:56:23 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-28 12:16:03 -0500 |
commit | 7b7a317cf863559b49b548a8b97b2f4bdf1e149e (patch) | |
tree | 2cacc386c324894b0997d846830f5324bcf89a19 | |
parent | 7a1e524a5fe6c5bf9dd4488e946fa835fda8c3d9 (diff) |
[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>
-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 532ec3bf18d6..41ecbd440fed 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c | |||
@@ -762,7 +762,7 @@ out_unlock: | |||
762 | * The receiver accepts the message and returns without grabbing the queue | 762 | * The receiver accepts the message and returns without grabbing the queue |
763 | * spinlock. Therefore an intermediate STATE_PENDING state and memory barriers | 763 | * spinlock. Therefore an intermediate STATE_PENDING state and memory barriers |
764 | * are necessary. The same algorithm is used for sysv semaphores, see | 764 | * are necessary. The same algorithm is used for sysv semaphores, see |
765 | * ipc/sem.c fore more details. | 765 | * ipc/sem.c for more details. |
766 | * | 766 | * |
767 | * The same algorithm is used for senders. | 767 | * The same algorithm is used for senders. |
768 | */ | 768 | */ |