From: Martin Quinson Date: Fri, 15 Mar 2019 21:03:01 +0000 (+0100) Subject: tiny doc improvement X-Git-Tag: v3_22~89 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/187f2c9999fe1b98e67cf1087cec13d7375e85bf?hp=5fa46b25d81881c427ca3233a43ce12aad4a0242 tiny doc improvement --- diff --git a/src/s4u/s4u_Comm.cpp b/src/s4u/s4u_Comm.cpp index 16b1284b19..39a46e1e6c 100644 --- a/src/s4u/s4u_Comm.cpp +++ b/src/s4u/s4u_Comm.cpp @@ -136,7 +136,7 @@ Comm* Comm::wait() /** @brief Block the calling actor until the communication is finished, or until timeout * - * On timeout, an exception is thrown. + * On timeout, an exception is thrown and the communication is invalidated. * * @param timeout the amount of seconds to wait for the comm termination. * Negative values denote infinite wait times. 0 as a timeout returns immediately. */