X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0ce58986d4fed13a128a5e251c23d339a0d2642a..ec0f63f2f483005848e9ff182daaa53825bb28dd:/include/simgrid/s4u/Host.hpp diff --git a/include/simgrid/s4u/Host.hpp b/include/simgrid/s4u/Host.hpp index 30797f2302..83e70252c8 100644 --- a/include/simgrid/s4u/Host.hpp +++ b/include/simgrid/s4u/Host.hpp @@ -65,11 +65,11 @@ public: Host(Host const&) = delete; Host& operator=(Host const&) = delete; - /** Retrieves an host from its name, or return nullptr */ + /** Retrieve an host from its name, or return nullptr */ static Host* by_name_or_null(std::string name); - /** Retrieves an host from its name, or die */ + /** Retrieve an host from its name, or die */ static s4u::Host* by_name(std::string name); - /** Retrieves the host on which the current actor is running */ + /** Retrieve the host on which the current actor is running */ static s4u::Host* current(); /** Retrieves the name of that host as a C++ string */