From 187f2c9999fe1b98e67cf1087cec13d7375e85bf Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 15 Mar 2019 22:03:01 +0100 Subject: [PATCH] tiny doc improvement --- src/s4u/s4u_Comm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.20.1