summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/log2table.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/log2table.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpukit/score/src/log2table.c b/cpukit/score/src/log2table.c
index 58353678be..0a4e37ad79 100644
--- a/cpukit/score/src/log2table.c
+++ b/cpukit/score/src/log2table.c
@@ -1,9 +1,10 @@
-/*
+/**
* @file
*
- * @brief Priority Bit Map Implementation
- *
* @ingroup RTEMSScorePriorityBitmap
+ *
+ * @brief This source file contains the definition of
+ * ::_Bitfield_Leading_zeros.
*/
/*