]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/futex-requeue-pi.txt
Merge tag 'dm-3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device...
[karo-tx-linux.git] / Documentation / futex-requeue-pi.txt
index 9dc1ff4fd53692dc88a3da952ecd85715faa11e3..31b16610c4169bf42e8af3dd2478deec1d2c96e5 100644 (file)
@@ -67,7 +67,7 @@ pthread_cond_wait_pi(cond, mutex)
           lock(cond->__data.__lock);
        } while(...)
        unlock(cond->__data.__lock);
-        /* the kernel acquired the the mutex for us */
+        /* the kernel acquired the mutex for us */
 }
 
 pthread_cond_broadcast_pi(cond)