Quoting [email protected] ([email protected]):
>
> The patch titled
>
> mquueu comment fix
>
> has been added to the -mm tree. Its filename is
>
> mqueue-comment-fix.patch
Well as long as we're patching that, may as well fix the spelling:
Signed-off-by: Serge Hallyn <[email protected]>
--- mqueue.c.orig 2006-03-26 09:20:34.000000000 -0600
+++ mqueue.c 2006-03-26 09:21:30.000000000 -0600
@@ -761,7 +761,7 @@
* 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.
*/