summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs/rtems-rfs-dir.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-dir.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-dir.h')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-dir.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-dir.h b/cpukit/libfs/src/rfs/rtems-rfs-dir.h
index 2852908ea7..1f452460db 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-dir.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-dir.h
@@ -83,7 +83,7 @@
* Set the hash of the entry.
*
* @param _e Pointer to the directory entry.
- * @aparam _h The hash.
+ * @param _h The hash.
*/
#define rtems_rfs_dir_set_entry_hash(_e, _h) \
rtems_rfs_write_u32 (_e + RTEMS_RFS_DIR_ENTRY_HASH, _h)
@@ -138,7 +138,7 @@
*/
int rtems_rfs_dir_lookup_ino (rtems_rfs_file_system* fs,
rtems_rfs_inode_handle* inode,
- const char* path,
+ const char* name,
int length,
rtems_rfs_ino* ino,
uint32_t* offset);
@@ -150,7 +150,7 @@ int rtems_rfs_dir_lookup_ino (rtems_rfs_file_system* fs,
* @param fs The file system data.
* @param dir Pointer to the directory inode the entry is to be added too.
* @param name The name of the entry to be added.
- * @param length The length of the name excluding a terminating \0.
+ * @param length The length of the name excluding a terminating 0.
* @param ino The ino of the entry.
* @return int The error number (errno). No error if 0.
*/