diff options
Diffstat (limited to 'usr/src/man/man5/threads.5')
-rw-r--r-- | usr/src/man/man5/threads.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/man/man5/threads.5 b/usr/src/man/man5/threads.5 index 5d882e7d45..02b308de9b 100644 --- a/usr/src/man/man5/threads.5 +++ b/usr/src/man/man5/threads.5 @@ -74,7 +74,7 @@ which may be accessed concurrently from multiple threads of execution. To avoid such problems, programs may use atomic operations (see \fBatomic_ops\fR(3C)) and locking primitives, such as mutexes, readers/writer locks, condition variables, and semaphores. Note, that depending on the hardware platform, memory -synchronization may be necesary, for more information, see \fBmembar_ops\fR(3C). +synchronization may be necessary, for more information, see \fBmembar_ops\fR(3C). .LP POSIX, C11, and illumos threads each have their own implementation within \fBlibc\fR(3LIB). All implementations are interoperable, their functionality |