summaryrefslogtreecommitdiff
path: root/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c b/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c
index 7d3556f9aa..7973e85083 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c
@@ -1,9 +1,10 @@
/**
* @file
*
- * @brief RTEMS File Systems Bitmap Routines
* @ingroup rtems_rfs
*
+ * @brief RTEMS File Systems Bitmap Routines
+ *
* These functions manage bit maps. A bit map consists of the map of bit
* allocated in a block and a search map where a bit represents 32 actual
* bits. The search map allows for a faster search for an available bit as 32