Index: uspace/lib/c/include/rcu.h
===================================================================
--- uspace/lib/c/include/rcu.h	(revision e897527842650001c9fb751fa6a1792a272858d7)
+++ uspace/lib/c/include/rcu.h	(revision 13db20447e9ad45e946906ed3a8fb2e7b7de7f23)
@@ -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;
