Loading...
--- Libc/Libc-498.1.7/sys/atomic.3
+++ Libc/Libc-583/sys/atomic.3
@@ -145,7 +145,7 @@
the barrier. On a uniprocessor, the barrier operation is typically a nop.
On a multiprocessor, the barrier can be quite expensive.
.Pp
-Most code will want to use the barrier functions to insure that memory shared
+Most code will want to use the barrier functions to ensure that memory shared
between threads is properly synchronized. For example, if you want to initialize
a shared data structure and then atomically increment a variable to indicate
that the initialization is complete, then you must use OSAtomicIncrement32Barrier()