summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/timespec.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/timespec.h')
-rw-r--r--cpukit/include/rtems/score/timespec.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/cpukit/include/rtems/score/timespec.h b/cpukit/include/rtems/score/timespec.h
index b3d67980a8..98eb89fe6e 100644
--- a/cpukit/include/rtems/score/timespec.h
+++ b/cpukit/include/rtems/score/timespec.h
@@ -19,14 +19,12 @@
#define _RTEMS_SCORE_TIMESPEC_H
/**
- * @defgroup Timespec Helpers
+ * @defgroup RTEMSScoreTimespec Timespec Helpers
*
* @ingroup RTEMSScore
*
- * @brief Timespec Helpers
- *
- * This handler encapsulates functionality related to manipulating
- * POSIX struct timespecs.
+ * @brief This group contains the implementation to support operations with
+ * variables of the POSIX defined struct timespec type.
*
* @{
*/