Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc: copy/paste error
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 1 Jul 2019 18:05:00 +0000 (20:05 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 3 Jul 2019 12:59:30 +0000 (14:59 +0200)
src/msg/msg_task.cpp

index f339212..97a7f3f 100644 (file)
@@ -691,8 +691,7 @@ msg_comm_t MSG_task_irecv_bounded(msg_task_t* task, const char* name, double rat
  *
  * @param alias the name of the mailbox to be considered
  *
- * @return Returns the PID of sender process,
- * -1 if there is no communication in the mailbox.#include <cmath>
+ * @return Returns the PID of sender process (or -1 if there is no communication in the mailbox)
  *
  */
 int MSG_task_listen_from(const char* alias)