X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=Documentation%2Ffutex-requeue-pi.txt;h=31b16610c4169bf42e8af3dd2478deec1d2c96e5;hb=4762c98413836dfc3bff2857647f8d673a86d210;hp=9dc1ff4fd53692dc88a3da952ecd85715faa11e3;hpb=1904187a694713b80d74186fe058377b067cc195;p=cascardo%2Flinux.git diff --git a/Documentation/futex-requeue-pi.txt b/Documentation/futex-requeue-pi.txt index 9dc1ff4fd536..31b16610c416 100644 --- a/Documentation/futex-requeue-pi.txt +++ b/Documentation/futex-requeue-pi.txt @@ -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)