Index: uspace/drv/time/cmos-rtc/cmos-rtc.c
===================================================================
--- uspace/drv/time/cmos-rtc/cmos-rtc.c	(revision 17651f8b055cf4bb7799acdcb2095f5d02ca11a1)
+++ uspace/drv/time/cmos-rtc/cmos-rtc.c	(revision 61c9ee245ce76e905057b74bba2180046d9fb85e)
@@ -190,5 +190,5 @@
  * @param rtc  Pointer to the RTC device
  *
- * @return  EOK on success or a negative error code
+ * @return  EOK on success or an error code
  */ 
 static int
@@ -314,5 +314,5 @@
  * @param t    Pointer to the time variable
  *
- * @return  EOK on success or a negative error code
+ * @return  EOK on success or an error code
  */
 static int
@@ -436,5 +436,5 @@
  * @param t    The time value to set
  *
- * @return  EOK or a negative error code
+ * @return  EOK or an error code
  */
 static int
@@ -544,5 +544,5 @@
  * @param status The status of the battery
  *
- * @return       EOK on success or a negative error code
+ * @return       EOK on success or an error code
  */
 static int
@@ -577,5 +577,5 @@
  * @param dev  The RTC device
  *
- * @return  EOK on success or a negative error code
+ * @return  EOK on success or an error code
  */
 static int
@@ -643,5 +643,5 @@
  * @param dev   The RTC device
  *
- * @return      EOK on success or a negative error code
+ * @return      EOK on success or an error code
  */
 static int
@@ -682,5 +682,5 @@
  * @param fun   The function node
  *
- * @return  EOK on success or a negative error code
+ * @return  EOK on success or an error code
  */
 static int
