Index: generic/src/ipc/ipcrsc.c
===================================================================
--- generic/src/ipc/ipcrsc.c	(revision 8abbcc9858b56f6fbc9af504791bd35090d5573d)
+++ generic/src/ipc/ipcrsc.c	(revision f3a3f0d7574183e0c373500b2566d58ddd6117b6)
@@ -89,5 +89,5 @@
  * *** The answerbox hangs up (ipc_answer(EHANGUP))
  * - The phone is disconnected. EHANGUP response code is sent
- *   to the calling process. All new calls through this phone
+ *   to the calling task. All new calls through this phone
  *   get a EHUNGUP error code, the task is expected to
  *   send an sys_ipc_hangup after cleaning up it's internal structures.
Index: generic/src/ipc/irq.c
===================================================================
--- generic/src/ipc/irq.c	(revision 8abbcc9858b56f6fbc9af504791bd35090d5573d)
+++ generic/src/ipc/irq.c	(revision f3a3f0d7574183e0c373500b2566d58ddd6117b6)
@@ -256,5 +256,5 @@
 }
 
-/** Notify process that an irq had happend
+/** Notify task that an irq had occurred.
  *
  * We expect interrupts to be disabled
