Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this is not the way to declare a link to the parameters, and we don't need a link...
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 20 Mar 2012 15:05:10 +0000 (16:05 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 20 Mar 2012 15:05:10 +0000 (16:05 +0100)
src/msg/msg_gos.c

index 9ed804e..5cd5b90 100644 (file)
@@ -300,7 +300,7 @@ msg_comm_t MSG_task_isend(m_task_t task, const char *alias)
  *
  * \param task a #m_task_t to send on another location.
  * \param alias name of the mailbox to sent the task to
  *
  * \param task a #m_task_t to send on another location.
  * \param alias name of the mailbox to sent the task to
- * \param match_fun boolean function taking the #match_data provided by sender (here), and the one of the receiver (if any) and returning whether they match
+ * \param match_fun boolean function taking the match_data provided by sender (here), and the one of the receiver (if any) and returning whether they match
  * \param match_data user provided data passed to match_fun
  * \return the msg_comm_t communication created
  */
  * \param match_data user provided data passed to match_fun
  * \return the msg_comm_t communication created
  */