X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Documentation%2Ffutex-requeue-pi.txt;h=31b16610c4169bf42e8af3dd2478deec1d2c96e5;hb=04535d273ee3edacd9551b2512b4e939ba20277f;hp=9dc1ff4fd53692dc88a3da952ecd85715faa11e3;hpb=8b12e2505ad8c5010922e45f896d908fd1436709;p=karo-tx-linux.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)