Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: robust-futexes: fix spelling mistakes

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Eric Engestrom and committed by
Jonathan Corbet
86cbbe24 c0270efc

+3 -3
+3 -3
Documentation/robust-futexes.txt
··· 126 126 127 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 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 132 to do a hard choice between performance and robustness - robust 133 133 mutexes are just as fast. 134 134 ··· 202 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 206 parsing of the userspace list is robust [ ;-) ] even if the list is 207 207 deliberately corrupted. 208 208