summaryrefslogtreecommitdiffstats
path: root/share/man/man3/pthread_exit.3
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man3/pthread_exit.3')
-rw-r--r--share/man/man3/pthread_exit.32
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/pthread_exit.3 b/share/man/man3/pthread_exit.3
index 5f6f75b..1eabc9b 100644
--- a/share/man/man3/pthread_exit.3
+++ b/share/man/man3/pthread_exit.3
@@ -74,7 +74,7 @@ is undefined if called from a cancellation handler or destructor function
that was invoked as the result of an implicit or explicit call to
.Fn pthread_exit .
.Pp
-After a thread has terminated, the result of access to local (auto)
+After a thread has terminated, the result of access to local (auto)
variables of the thread is undefined.
Thus, references to local variables
of the exiting thread should not be used for the
OpenPOWER on IntegriCloud