Index: abi/include/ipc/methods.h
===================================================================
--- abi/include/ipc/methods.h	(revision fbcdeb887f643e4a875e51120a2ddbf6fe35e4b3)
+++ abi/include/ipc/methods.h	(revision 76983ff6e7f03e92161b3bbf255a0ea6949309a2)
@@ -72,5 +72,5 @@
 #define IPC_M_CONNECTION_CLONE  1
 
-/** Protocol for CONNECT - ME
+/** Protocol for establishing a cloned connection.
  *
  * Through this call, the recipient learns about the new cloned connection.
@@ -81,7 +81,7 @@
  *
  */
-#define IPC_M_CONNECT_ME  2
-
-/** Protocol for CONNECT - TO - ME
+#define IPC_M_CLONE_ESTABLISH  2
+
+/** Protocol for initializing callback connections.
  *
  * Calling process asks the callee to create a callback connection,
@@ -102,5 +102,5 @@
 #define IPC_M_CONNECT_TO_ME  3
 
-/** Protocol for CONNECT - ME - TO
+/** Protocol for initializing new foward connections.
  *
  * Calling process asks the callee to create for him a new connection.
@@ -183,5 +183,5 @@
  * - ARG1 - recipient's phone to the third party task
  */
-#define IPC_M_STATE_CHANGE_AUTHORIZE	9
+#define IPC_M_STATE_CHANGE_AUTHORIZE  9
 
 /** Debug the recipient.
@@ -190,5 +190,5 @@
  *
  */
-#define IPC_M_DEBUG 10
+#define IPC_M_DEBUG  10
 
 /** Last system IPC method */
