Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Indentation fix
authorSamuel Lepetit <samuel.lepetit@inria.fr>
Thu, 14 Jun 2012 20:59:38 +0000 (22:59 +0200)
committerSamuel Lepetit <samuel.lepetit@inria.fr>
Thu, 14 Jun 2012 20:59:38 +0000 (22:59 +0200)
src/msg/msg_gos.c

index 061ddf4..0ce5b3e 100644 (file)
@@ -626,7 +626,7 @@ void MSG_comm_destroy(msg_comm_t comm)
  * It takes two parameters.
  * \param comm the communication to wait.
  * \param timeout Wait until the communication terminates or the timeout 
-occurs. You can provide a -1 timeout to obtain an infinite timeout.
+ * occurs. You can provide a -1 timeout to obtain an infinite timeout.
  * \return MSG_error_t
  */
 MSG_error_t MSG_comm_wait(msg_comm_t comm, double timeout)