Index: uspace/app/edit/sheet.c
===================================================================
--- uspace/app/edit/sheet.c	(revision d5c1051faf4391647834d99babdd4a44ee5d9700)
+++ uspace/app/edit/sheet.c	(revision facacc712e3d87d7301754b109c9582ef1ef29e4)
@@ -95,5 +95,5 @@
  * @param str	The text to insert (printable characters, tabs, newlines).
  *
- * @return	EOK on success or negative error code.
+ * @return	EOK on success or an error code.
  *
  * @note	@a dir affects which way tags that were placed on @a pos will
@@ -145,5 +145,5 @@
  * @param epos	Ending point.
  *
- * @return	EOK on success or negative error code.
+ * @return	EOK on success or an error code.
  **/
 int sheet_delete(sheet_t *sh, spt_t *spos, spt_t *epos)
