summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs/rtems-rfs-group.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-12 05:18:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-12 05:18:16 +0000
commit01f416029f11bdfe53457fcc78f58f0be2ca8a46 (patch)
tree130d3de62c036c030ae3faa2e352384c118b8951 /cpukit/libfs/src/rfs/rtems-rfs-group.h
parent2010-06-11 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-01f416029f11bdfe53457fcc78f58f0be2ca8a46.tar.bz2
2010-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/devfs/devfs.h, libfs/src/rfs/rtems-rfs-block-pos.h, libfs/src/rfs/rtems-rfs-block.h, libfs/src/rfs/rtems-rfs-dir.h, libfs/src/rfs/rtems-rfs-group.h, libfs/src/rfs/rtems-rfs-inode.h: Fix broken doxygen commands.
Diffstat (limited to 'cpukit/libfs/src/rfs/rtems-rfs-group.h')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-group.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-group.h b/cpukit/libfs/src/rfs/rtems-rfs-group.h
index 0823612c0d..f44bf7812f 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-group.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-group.h
@@ -127,7 +127,7 @@ int rtems_rfs_group_bitmap_alloc (rtems_rfs_file_system* fs,
*
* @param fs The file system data.
* @param inode If true the number to free is an inode else it is a block.
- * @prarm block The inode or block number to free.
+ * @param block The inode or block number to free.
* @return int The error number (errno). No error if 0.
*/
int rtems_rfs_group_bitmap_free (rtems_rfs_file_system* fs,
@@ -139,8 +139,8 @@ int rtems_rfs_group_bitmap_free (rtems_rfs_file_system* fs,
*
* @param fs The file system data.
* @param inode If true the number to free is an inode else it is a block.
- * @prarm block The inode or block number to free.
- * @prarm state Return the state of the bit.
+ * @param block The inode or block number to free.
+ * @param state Return the state of the bit.
* @return int The error number (errno). No error if 0.
*/
int rtems_rfs_group_bitmap_test (rtems_rfs_file_system* fs,
@@ -152,7 +152,7 @@ int rtems_rfs_group_bitmap_test (rtems_rfs_file_system* fs,
* Determine the number of blocks and inodes used.
*
* @param fs The file system data.
- * @prarm blocks The number of blocks used.
+ * @param blocks The number of blocks used.
* @param inodes The number of inodes used.
* @return int The error number (errno). No error if 0.
*/