summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-12-20 21:15:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-12-20 21:15:30 +0000
commitacd36d7a13fe149e4e6213aeb4ecc24bac072b43 (patch)
treee971337ef1ed76d8138ff58c9a1933fde86c35c0
parent1201ef93c3e256bc63911b6a8a7ab2254bad073e (diff)
2006-12-20 Joel Sherrill <joel@OARcorp.com>
* thread.t: Correct spelling error.
-rw-r--r--doc/posix_users/ChangeLog4
-rw-r--r--doc/posix_users/thread.t4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/posix_users/ChangeLog b/doc/posix_users/ChangeLog
index 9f70e12d5d..941a78df5c 100644
--- a/doc/posix_users/ChangeLog
+++ b/doc/posix_users/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-20 Joel Sherrill <joel@OARcorp.com>
+
+ * thread.t: Correct spelling error.
+
2003-08-30 Ralf Corsepius <corsepius@faw.uni-ulm.de>
* posix_users.texi: include common/rtems.texi.
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: