summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/thread.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-12-20 21:15:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-12-20 21:15:03 +0000
commitcd927486f9bfdb7bc53a74713901bac5ceacc381 (patch)
tree50c6949edc342da3add04d6a1108ba71ac29c129 /doc/posix_users/thread.t
parentNew. (diff)
downloadrtems-cd927486f9bfdb7bc53a74713901bac5ceacc381.tar.bz2
2006-12-20 Joel Sherrill <joel@OARcorp.com>
* posix_users/thread.t: Correct spelling error.
Diffstat (limited to 'doc/posix_users/thread.t')
-rw-r--r--doc/posix_users/thread.t4
1 files changed, 2 insertions, 2 deletions
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: