dect
/
linux-2.6
Archived
13
0
Fork 0

[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:
Serge E. Hallyn 2006-03-28 01:56:23 -08:00 committed by Linus Torvalds
parent 7a1e524a5f
commit 7b7a317cf8
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/