Index: uspace/srv/fs/mfs/mfs_rw.c
===================================================================
--- uspace/srv/fs/mfs/mfs_rw.c	(revision d5c1051faf4391647834d99babdd4a44ee5d9700)
+++ uspace/srv/fs/mfs/mfs_rw.c	(revision 84a1a546f62a2ba0f913f8f1bfce8d4bc68d7aa4)
@@ -59,5 +59,5 @@
  * @param pos	Position in file.
  *
- * @return	EOK on success or a negative error code.
+ * @return	EOK on success or an error code.
  */
 int
@@ -236,5 +236,5 @@
  * @param new_size	The new size of the inode.
  *
- * @return		EOK on success or a negative error code.
+ * @return		EOK on success or an error code.
  */
 int
