2006-12-20 Joel Sherrill <joel@OARcorp.com>

* posix_users/thread.t: Correct spelling error.
This commit is contained in:
Joel Sherrill
2006-12-20 21:14:46 +00:00
parent 7e278aa202
commit 3f933c9b91
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2006-12-20 Joel Sherrill <joel@OARcorp.com>
* posix_users/thread.t: Correct spelling error.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org> 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address. * configure.ac: New BUG-REPORT address.

View File

@@ -988,7 +988,7 @@ void pthread_exit(
@subheading DESCRIPTION: @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 The @code{status} is made available to any successful join with the
terminating thread. 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} then this routine returns immediately. The value returned by @code{thread}
(i.e. passed to @code{pthread_exit} is returned in @code{value_ptr}. (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: @subheading NOTES: