summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadimpl.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 10:35:40 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 10:37:55 -0600
commitcc69334f420fc3d41509a176635f3cca6112821d (patch)
treea46cfe8ded93f66a9adbd6a27f12894a4af6d34f /cpukit/score/include/rtems/score/threadimpl.h
parenttestsupport: Add cascade option to parallel test (diff)
downloadrtems-cc69334f420fc3d41509a176635f3cca6112821d.tar.bz2
Fix a number of minor Doxygen formatting issues
Diffstat (limited to 'cpukit/score/include/rtems/score/threadimpl.h')
-rw-r--r--cpukit/score/include/rtems/score/threadimpl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/include/rtems/score/threadimpl.h b/cpukit/score/include/rtems/score/threadimpl.h
index 84c22f94ed..c4e720751a 100644
--- a/cpukit/score/include/rtems/score/threadimpl.h
+++ b/cpukit/score/include/rtems/score/threadimpl.h
@@ -497,8 +497,8 @@ RTEMS_INLINE_ROUTINE bool _Thread_Is_executing (
#if defined(RTEMS_SMP)
/**
- * @brief Returns @true in case the thread executes currently on some processor
- * in the system, otherwise @a false.
+ * @brief Returns @a true in case the thread executes currently on some
+ * processor in the system, otherwise @a false.
*
* Do not confuse this with _Thread_Is_executing() which checks only the
* current processor.
@@ -512,7 +512,7 @@ RTEMS_INLINE_ROUTINE bool _Thread_Is_executing_on_a_processor(
#endif
/**
- * @brief Returns @true and sets time_of_context_switch to the the
+ * @brief Returns @a true and sets time_of_context_switch to the
* time of the last context switch when the thread is currently executing
* in the system, otherwise @a false.
*/