diff options
-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 a3bb0c8201c7..532ec3bf18d6 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/mutex.c fore more details. | 765 | * ipc/sem.c fore more details. |
766 | * | 766 | * |
767 | * The same algorithm is used for senders. | 767 | * The same algorithm is used for senders. |
768 | */ | 768 | */ |