[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>
This commit is contained in:
parent
7a1e524a5f
commit
7b7a317cf8
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue