Index: uspace/srv/fs/mfs/mfs_dentry.c
===================================================================
--- uspace/srv/fs/mfs/mfs_dentry.c	(revision 7769ec9c12f1422d5085ea7094183b5f6d87343e)
+++ uspace/srv/fs/mfs/mfs_dentry.c	(revision 013d0d7e996d89057dcb3358db7474b5837d171f)
@@ -36,6 +36,6 @@
  *
  * @param mnode		Pointer to the directory node.
- * @param d_info	Pointer to a directory entry structure where the dentry info
- *			will be stored.
+ * @param d_info	Pointer to a directory entry structure where
+ *			the dentry info will be stored.
  * @param index		index of the dentry in the list.
  *
@@ -101,5 +101,5 @@
 /**Write a directory entry on disk.
  *
- * @param d_info Pointer to the directory entry structure to write on disk.
+ * @param d_info The directory entry to write to disk.
  *
  * @return	 EOK on success or a negative error code.
