Index: uspace/lib/libc/generic/ipc.c
===================================================================
--- uspace/lib/libc/generic/ipc.c	(revision c0cdcaf5ec110177fdd3c543704c48a104f6cb3b)
+++ uspace/lib/libc/generic/ipc.c	(revision c3b25510284424ef2c53af3ee332d64e0a30ab13)
@@ -190,6 +190,6 @@
  * @param phoneid	Phone handle through which the call was made.
  * @param call		async_call structure returned by ipc_prepare_async().
- * @param can_preempt	If non-zero, the current pseudo thread can be preempted
- *			in this call.
+ * @param can_preempt	If non-zero, the current fibril can be preempted in this
+ *			call.
  */
 static inline void ipc_finish_async(ipc_callid_t callid, int phoneid,
@@ -251,6 +251,6 @@
  * @param private	Argument to be passed to the answer/error callback.
  * @param callback	Answer or error callback.
- * @param can_preempt	If non-zero, the current pseudo thread will be preempted
- *			in case the kernel temporarily refuses to accept more
+ * @param can_preempt	If non-zero, the current fibril will be preempted in
+ *			case the kernel temporarily refuses to accept more
  *			asynchronous calls.
  */
@@ -303,6 +303,6 @@
  * @param private	Argument to be passed to the answer/error callback.
  * @param callback	Answer or error callback.
- * @param can_preempt	If non-zero, the current pseudo thread will be preempted
- *			in case the kernel temporarily refuses to accept more
+ * @param can_preempt	If non-zero, the current fibril will be preempted in
+ *			case the kernel temporarily refuses to accept more
  *			asynchronous calls.
  *
