[rtems commit] score/tod.h: Fix formatting

Joel Sherrill joel at rtems.org
Tue Oct 2 18:24:55 UTC 2012


Module:    rtems
Branch:    master
Commit:    b249d7f6a62f3e42a2707aa70421502e735fe9a2
Changeset: http://git.rtems.org/rtems/commit/?id=b249d7f6a62f3e42a2707aa70421502e735fe9a2

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Tue Oct  2 13:23:23 2012 -0500

score/tod.h: Fix formatting

---

 cpukit/score/include/rtems/score/tod.h |    4 ++--
 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 cfb0fe7..797f4bb 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




More information about the vc mailing list