From: Ingo Molnar Fix typo in Documentation/robust-futexes.txt. Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton --- Documentation/robust-futexes.txt | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN Documentation/robust-futexes.txt~pi-futex-robust-futex-docs-fix Documentation/robust-futexes.txt --- devel/Documentation/robust-futexes.txt~pi-futex-robust-futex-docs-fix 2006-05-25 08:01:20.000000000 -0700 +++ devel-akpm/Documentation/robust-futexes.txt 2006-05-25 08:01:20.000000000 -0700 @@ -95,7 +95,7 @@ comparison. If the thread has registered is empty. If the thread/process crashed or terminated in some incorrect way then the list might be non-empty: in this case the kernel carefully walks the list [not trusting it], and marks all locks that are owned by -this thread with the FUTEX_OWNER_DEAD bit, and wakes up one waiter (if +this thread with the FUTEX_OWNER_DIED bit, and wakes up one waiter (if any). The list is guaranteed to be private and per-thread at do_exit() time, _