Index: uspace/dist/src/c/demos/edit/sheet.c
===================================================================
--- uspace/dist/src/c/demos/edit/sheet.c	(revision cf13b1787530fe212a0ac74399fd6d4b0f096731)
+++ uspace/dist/src/c/demos/edit/sheet.c	(revision fd68aaf3636e194222daa9ce0563380a930af2f2)
@@ -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)
