Index: generic/include/ipc/ipc.h
===================================================================
--- generic/include/ipc/ipc.h	(revision 46fc2f9324ff6ec5e31b68cb451363c2e7a3c050)
+++ generic/include/ipc/ipc.h	(revision e7ed98680bd5e7de4b6d0a2a5bed181a601437e5)
@@ -132,9 +132,8 @@
  * - ARG1 - Where the area will be mapped
  * - ARG2 - Expected size of area
- * - ARG3 - Requested rights for the area
+ * - ARG3 - User defined argument
  * on answer - the server sets ARG1 as src as address of the as_area
- * to be shared
- *
- *
+ * to be shared, ARG2 is set to rights that will be used for sharing,
+ * which is returned as part of answer back to the receiver
  */
 #define IPC_M_AS_AREA_RECV      6
