futex.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Peter Schiffer 2013-07-20 22:05:40 +02:00 committed by Michael Kerrisk
parent ff01b23214
commit 12c7179195
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ in which case the application is commonly called multithreaded.
.SS Semantics
.PP
Any futex operation starts in user space,
but it may necessary to communicate with the kernel using the
but it may be necessary to communicate with the kernel using the
.BR futex (2)
system call.
.PP