From: Martin Quinson Date: Mon, 7 Jan 2019 09:01:39 +0000 (+0100) Subject: doc: fix copy/paste error X-Git-Tag: v3_22~664 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/836d550dd0e6a85294e877cf7129b865bc0cb561?ds=inline doc: fix copy/paste error --- diff --git a/include/simgrid/s4u/Exec.hpp b/include/simgrid/s4u/Exec.hpp index 904540457f..07c2026f2f 100644 --- a/include/simgrid/s4u/Exec.hpp +++ b/include/simgrid/s4u/Exec.hpp @@ -14,9 +14,10 @@ namespace simgrid { namespace s4u { -/** Computation #Activity, representing the asynchronous disk access. +/** Computation Activity, representing the asynchronous executions. * - * They are generated from simgrid::s4u::this_actor::exec_init() or simgrid::s4u::Host::execute(). + * They are generated from simgrid::s4u::this_actor::exec_init() or simgrid::s4u::Host::execute(), + * and can be used to model pools of threads or similar mechanisms. */ class XBT_PUBLIC Exec : public Activity {