diff options
author | Eric Engestrom <eric@engestrom.ch> | 2016-04-25 02:37:00 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-04-28 09:26:41 -0400 |
commit | 86cbbe24b4120aa4813c8519eb2b1506147fe0a0 (patch) | |
tree | 08e110e98766fd2c394504c4c241697053c66319 /Documentation/robust-futexes.txt | |
parent | c0270efc510e53afd99f35aff0d0251672ae07c3 (diff) |
Documentation: robust-futexes: fix spelling mistakes
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/robust-futexes.txt')
-rw-r--r-- | Documentation/robust-futexes.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/robust-futexes.txt b/Documentation/robust-futexes.txt index af6fce23e484..61c22d608759 100644 --- a/Documentation/robust-futexes.txt +++ b/Documentation/robust-futexes.txt | |||
@@ -126,9 +126,9 @@ vma based method: | |||
126 | 126 | ||
127 | - no VM changes are needed - 'struct address_space' is left alone. | 127 | - no VM changes are needed - 'struct address_space' is left alone. |
128 | 128 | ||
129 | - no registration of individual locks is needed: robust mutexes dont | 129 | - no registration of individual locks is needed: robust mutexes don't |
130 | need any extra per-lock syscalls. Robust mutexes thus become a very | 130 | need any extra per-lock syscalls. Robust mutexes thus become a very |
131 | lightweight primitive - so they dont force the application designer | 131 | lightweight primitive - so they don't force the application designer |
132 | to do a hard choice between performance and robustness - robust | 132 | to do a hard choice between performance and robustness - robust |
133 | mutexes are just as fast. | 133 | mutexes are just as fast. |
134 | 134 | ||
@@ -202,7 +202,7 @@ and the remaining bits are for the TID. | |||
202 | Testing, architecture support | 202 | Testing, architecture support |
203 | ----------------------------- | 203 | ----------------------------- |
204 | 204 | ||
205 | i've tested the new syscalls on x86 and x86_64, and have made sure the | 205 | I've tested the new syscalls on x86 and x86_64, and have made sure the |
206 | parsing of the userspace list is robust [ ;-) ] even if the list is | 206 | parsing of the userspace list is robust [ ;-) ] even if the list is |
207 | deliberately corrupted. | 207 | deliberately corrupted. |
208 | 208 | ||