X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8cbf22c982842e3e988125fef8f898dec699097b..0e8f25088a5fcac96419b8243a2838acd637fa88:/src/msg/msg_gos.c diff --git a/src/msg/msg_gos.c b/src/msg/msg_gos.c index 061ddf499d..0ce5b3ef84 100644 --- a/src/msg/msg_gos.c +++ b/src/msg/msg_gos.c @@ -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)