Index: uspace/lib/libc/generic/event.c
===================================================================
--- uspace/lib/libc/generic/event.c	(revision 5b7f418122c84346a6f6d6e912afad481a500266)
+++ uspace/lib/libc/generic/event.c	(revision 2845930ac60c1fddd2f6cb32cb2b2f34c75a7e4e)
@@ -39,13 +39,13 @@
 #include <libc.h>
 #include <event.h>
-#include <kernel/event/event_types.h>
+#include <kernel/ipc/event_types.h>
 #include <ipc/ipc.h>
 
 /** Subscribe for event notifications.
  *
- * @param e		Event number.
- * @param method	Use this method for notifying me.
+ * @param evno   Event number.
+ * @param method Use this method for notifying me.
  *
- * @return		Value returned by the kernel.
+ * @return Value returned by the kernel.
  */
 int event_subscribe(event_type_t e, ipcarg_t method)
Index: uspace/lib/libc/include/event.h
===================================================================
--- uspace/lib/libc/include/event.h	(revision 5b7f418122c84346a6f6d6e912afad481a500266)
+++ uspace/lib/libc/include/event.h	(revision 2845930ac60c1fddd2f6cb32cb2b2f34c75a7e4e)
@@ -36,5 +36,5 @@
 #define LIBC_EVENT_H_
 
-#include <kernel/event/event_types.h>
+#include <kernel/ipc/event_types.h>
 #include <ipc/ipc.h>
 
