Index: kernel/generic/include/ipc/ipc.h
===================================================================
--- kernel/generic/include/ipc/ipc.h	(revision d79dcdb243234a393790bfe6920e372ef1b3ff49)
+++ kernel/generic/include/ipc/ipc.h	(revision b006bfb81e6f93c2a9beb8e933ab2c414132d06f)
@@ -103,5 +103,5 @@
  *
  * The protocol for negotiating is:
- * - sys_connect_to_me - sends a message IPC_M_CONNECTTOME
+ * - sys_connect_to_me - sends a message IPC_M_CONNECT_TO_ME
  * - sys_wait_for_call - upon receipt tries to allocate new phone
  *                       - if it fails, responds with ELIMIT
@@ -111,5 +111,5 @@
  *                       the call is accepted and the response is sent back.
  *                     - the allocated phoneid is passed to userspace 
- *                       (on the receiving sid) as ARG3 of the call.
+ *                       (on the receiving side) as ARG3 of the call.
  *                     - the caller obtains taskid of the called thread
  */
