diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-03-20 21:04:30 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-03-21 08:16:58 -0400 |
commit | df5cbb27836ff6a6c807f9030ca536403fc674d2 (patch) | |
tree | e1eb49b184015e9a0b92a28193c41f60163fb14e /Documentation/futex-requeue-pi.txt | |
parent | 2509671dcf6314635592f8eb84ef4793fce11a07 (diff) |
doc: fix double words
Fix double words "the the" in various files
within Documentations.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/futex-requeue-pi.txt')
-rw-r--r-- | Documentation/futex-requeue-pi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
67 | lock(cond->__data.__lock); | 67 | lock(cond->__data.__lock); |
68 | } while(...) | 68 | } while(...) |
69 | unlock(cond->__data.__lock); | 69 | unlock(cond->__data.__lock); |
70 | /* the kernel acquired the the mutex for us */ | 70 | /* the kernel acquired the mutex for us */ |
71 | } | 71 | } |
72 | 72 | ||
73 | pthread_cond_broadcast_pi(cond) | 73 | pthread_cond_broadcast_pi(cond) |