From cd927486f9bfdb7bc53a74713901bac5ceacc381 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 20 Dec 2006 21:15:03 +0000 Subject: 2006-12-20 Joel Sherrill * posix_users/thread.t: Correct spelling error. --- doc/posix_users/thread.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/posix_users/thread.t') diff --git a/doc/posix_users/thread.t b/doc/posix_users/thread.t index 57a75dde00..53afaae315 100644 --- a/doc/posix_users/thread.t +++ b/doc/posix_users/thread.t @@ -988,7 +988,7 @@ void pthread_exit( @subheading DESCRIPTION: -The @code{pthread_exit} routine is used to temrinate the calling thread. +The @code{pthread_exit} routine is used to terminate the calling thread. The @code{status} is made available to any successful join with the terminating thread. @@ -1102,7 +1102,7 @@ until @code{thread} terminates. If @code{thread} has already terminated, then this routine returns immediately. The value returned by @code{thread} (i.e. passed to @code{pthread_exit} is returned in @code{value_ptr}. -When this routine returns, then @code{thread} has been temrinated. +When this routine returns, then @code{thread} has been terminated. @subheading NOTES: -- cgit v1.2.3