summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-10-02 13:23:23 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-10-02 13:23:23 -0500
commitb249d7f6a62f3e42a2707aa70421502e735fe9a2 (patch)
tree8fea4c883821739d550644796e05a20201b63126
parentUser's Guide: Correct typos in return status bullets (diff)
downloadrtems-b249d7f6a62f3e42a2707aa70421502e735fe9a2.tar.bz2
score/tod.h: Fix formatting
-rw-r--r--cpukit/score/include/rtems/score/tod.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/tod.h b/cpukit/score/include/rtems/score/tod.h
index cfb0fe776d..797f4bbccd 100644
--- a/cpukit/score/include/rtems/score/tod.h
+++ b/cpukit/score/include/rtems/score/tod.h
@@ -175,8 +175,8 @@ void _TOD_Handler_initialization(void);
/**
* @brief Sets the time of day according to @a tod_as_timestamp.
*
- * The @a tod_as_timestamp timestamp represents the time since UNIX epoch. The watchdog
- * seconds chain will be adjusted.
+ * The @a tod_as_timestamp timestamp represents the time since UNIX epoch.
+ * The watchdog seconds chain will be adjusted.
*/
void _TOD_Set_with_timestamp(
const Timestamp_Control *tod_as_timestamp