X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c0f3756528127131a1947179f56871657a084259..eecf563b3a3a0333dac9f754fe11f047c99cd27d:/include/simgrid/kernel/resource/Action.hpp diff --git a/include/simgrid/kernel/resource/Action.hpp b/include/simgrid/kernel/resource/Action.hpp index 72a9435506..5c33f5ba20 100644 --- a/include/simgrid/kernel/resource/Action.hpp +++ b/include/simgrid/kernel/resource/Action.hpp @@ -70,8 +70,8 @@ public: STARTED, /**< Currently running */ FAILED, /**< either the resource failed, or the action was canceled */ FINISHED, /**< Successfully completed */ - IGNORED /**< e.g. failure detectors, these infinite sleep actions that are put on resources which failure should be - notified */ + IGNORED /**< e.g. failure detectors: infinite sleep actions that are put on resources which failure should get + noticed */ }; enum class SuspendStates {