Index: uspace/lib/c/include/rcu.h
===================================================================
--- uspace/lib/c/include/rcu.h	(revision e897527842650001c9fb751fa6a1792a272858d7)
+++ uspace/lib/c/include/rcu.h	(revision 3a2692531629e5a8a32a01cf70175a2be26e50fd)
@@ -55,5 +55,5 @@
  *
  * // Insert at the beginning of the list.
- * exam_t *my_exam = malloc(sizeof(exam_t), 0);
+ * exam_t *my_exam = malloc(sizeof(exam_t));
  * my_exam->grade = 5;
  * my_exam->next = exam_list;
