Index: uspace/srv/fs/exfat/exfat_fat.c
===================================================================
--- uspace/srv/fs/exfat/exfat_fat.c	(revision d5c1051faf4391647834d99babdd4a44ee5d9700)
+++ uspace/srv/fs/exfat/exfat_fat.c	(revision dfeb4e22456c87386fa60f7ec044d07663801acb)
@@ -71,5 +71,5 @@
  * @param max_clusters	Maximum number of clusters to visit.
  *
- * @return		EOK on success or a negative error code.
+ * @return		EOK on success or an error code.
  */
 int
@@ -120,5 +120,5 @@
  * @param flags		Flags passed to libblock.
  *
- * @return		EOK on success or a negative error code.
+ * @return		EOK on success or an error code.
  */
 int
@@ -184,5 +184,5 @@
  * @param flags		Flags passed to libblock.
  *
- * @return		EOK on success or a negative error code.
+ * @return		EOK on success or an error code.
  */
 int
@@ -227,5 +227,5 @@
  * @param value		Output argument holding the value of the cluster.
  *
- * @return		EOK or a negative error code.
+ * @return		EOK or an error code.
  */
 int
@@ -257,5 +257,5 @@
  * @param value		Value to set the cluster with.
  *
- * @return		EOK on success or a negative error code.
+ * @return		EOK on success or an error code.
  */
 int
@@ -295,5 +295,5 @@
  *			will be returned.
  *
- * @return		EOK on success, a negative error code otherwise.
+ * @return		EOK on success, an error code otherwise.
  */
 int
@@ -361,5 +361,5 @@
  * @param firstc	First cluster in the chain which is to be freed.
  *
- * @return		EOK on success or a negative return code.
+ * @return		EOK on success or an error code.
  */
 int
@@ -394,5 +394,5 @@
  * @param lcl		Last cluster of the cluster chain to append.
  *
- * @return		EOK on success or a negative error code.
+ * @return		EOK on success or an error code.
  */
 int
@@ -438,5 +438,5 @@
  *			be chopped off.
  *
- * @return		EOK on success or a negative return code.
+ * @return		EOK on success or an error code.
  */
 int exfat_chop_clusters(exfat_bs_t *bs, exfat_node_t *nodep, exfat_cluster_t lcl)
