summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/timespecdividebyinteger.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/timespecdividebyinteger.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/score/src/timespecdividebyinteger.c b/cpukit/score/src/timespecdividebyinteger.c
index 5534196ece..8cf227ec31 100644
--- a/cpukit/score/src/timespecdividebyinteger.c
+++ b/cpukit/score/src/timespecdividebyinteger.c
@@ -1,9 +1,10 @@
/**
* @file
*
- * @brief Divide Timespec By Integer
+ * @ingroup RTEMSScoreTimespec
*
- * @ingroup Timespec
+ * @brief This source file contains the implementation of
+ * _Timespec_Divide_by_integer().
*/
/*