diff --git a/[refs] b/[refs] index 6384536cbd2e..0ad5d3caf15d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ae21d1bb376436285cd5346d3e4b3655d6dd1b9 +refs/heads/master: 64bc0430ee78c03c5c4ce549e217bb74bff7ea5d diff --git a/trunk/ipc/mqueue.c b/trunk/ipc/mqueue.c index a3bb0c8201c7..532ec3bf18d6 100644 --- a/trunk/ipc/mqueue.c +++ b/trunk/ipc/mqueue.c @@ -762,7 +762,7 @@ asmlinkage long sys_mq_unlink(const char __user *u_name) * 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/mutex.c fore more details. + * ipc/sem.c fore more details. * * The same algorithm is used for senders. */