summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/tod.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-28 05:58:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-28 05:58:54 +0000
commit20f02c63a77bc9b21b0970dba1d808d6c2e8748f (patch)
treece3984621695dcd0d19a975ef8c3ca12fe8e3a48 /cpukit/score/include/rtems/score/tod.h
parentWhite space removal. (diff)
downloadrtems-20f02c63a77bc9b21b0970dba1d808d6c2e8748f.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/score/include/rtems/score/tod.h')
-rw-r--r--cpukit/score/include/rtems/score/tod.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/score/include/rtems/score/tod.h b/cpukit/score/include/rtems/score/tod.h
index 9d21106984..588e728c61 100644
--- a/cpukit/score/include/rtems/score/tod.h
+++ b/cpukit/score/include/rtems/score/tod.h
@@ -1,4 +1,4 @@
-/**
+/**
* @file rtems/score/tod.h
*
* This include file contains all the constants and structures associated
@@ -112,7 +112,7 @@ extern "C" {
/**
* @defgroup ScoreTOD Time Of Day (TOD) Handler
*
- * This handler encapsulates functionality used to manage time of day.
+ * This handler encapsulates functionality used to manage time of day.
*/
/**@{*/
@@ -158,7 +158,7 @@ void _TOD_Set(
/** @brief _TOD_Get
*
* This routine returns the current time of day with potential accuracy
- * to the nanosecond.
+ * to the nanosecond.
*
* @param[in] time is a pointer to the time to be returned
*/
@@ -169,7 +169,7 @@ void _TOD_Get(
/** @brief _TOD_Get_uptime
*
* This routine returns the system uptime with potential accuracy
- * to the nanosecond.
+ * to the nanosecond.
*
* @param[in] time is a pointer to the uptime to be returned
*/
@@ -180,7 +180,7 @@ void _TOD_Get_uptime(
/** @brief _TOD_Get_uptime_as_timespec
*
* This routine returns the system uptime with potential accuracy
- * to the nanosecond.
+ * to the nanosecond.
*
* @param[in] time is a pointer to the uptime to be returned
*/