X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/81cf16413c4a90076dd297c427c76a9baff7460e..e080adacaf1ba847ad467f5b8d21da385636ed3c:/include/simgrid/s4u/Mailbox.hpp diff --git a/include/simgrid/s4u/Mailbox.hpp b/include/simgrid/s4u/Mailbox.hpp index 35a9db76fc..c12b8ebe0e 100644 --- a/include/simgrid/s4u/Mailbox.hpp +++ b/include/simgrid/s4u/Mailbox.hpp @@ -69,7 +69,7 @@ public: * Note that being permanent receivers of a mailbox prevents actors to be garbage-collected. * If your simulation creates many short-lived actors that marked as permanent receiver, you * should call mailbox->set_receiver(nullptr) by the end of the actors so that their memory gets - * properly reclaimed. This call should be at the end of the actor's function, not in a on_exit + * properly reclaimed. This call should be at the end of the actor's function, not in an on_exit * callback. */ void set_receiver(ActorPtr actor);