X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2685dbb427cbe90685e23c1000d8b6670bb91750..4e62e76d104a17f0c9aaf9135ac605e9c8c87141:/src/kernel/context/Context.hpp diff --git a/src/kernel/context/Context.hpp b/src/kernel/context/Context.hpp index b2fadf009a..b5e5e64f38 100644 --- a/src/kernel/context/Context.hpp +++ b/src/kernel/context/Context.hpp @@ -64,7 +64,7 @@ public: virtual void suspend() = 0; // Retrieving the self() context - /** @brief Retrives the current context of this thread */ + /** @brief Retrieves the current context of this thread */ static Context* self(); /** @brief Sets the current context of this thread */ static void set_current(Context* self);