summaryrefslogtreecommitdiffstats
path: root/doc
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
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')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/posix_users/thread.t4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index ef0f937d7b..b2efa55558 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -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>
* configure.ac: New BUG-REPORT address.
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: