X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea10e88fd41a11386d9e3868d72ab8cb933a4292..a882344bc908a258a991701e226556ec23fd7cd6:/src/s4u/s4u_Engine.cpp diff --git a/src/s4u/s4u_Engine.cpp b/src/s4u/s4u_Engine.cpp index 80989545e8..d9da9e108e 100644 --- a/src/s4u/s4u_Engine.cpp +++ b/src/s4u/s4u_Engine.cpp @@ -257,7 +257,7 @@ Link* Engine::link_by_name_or_null(const std::string& name) const return link == pimpl->links_.end() ? nullptr : link->second->get_iface(); } -/** @brief Find a mailox from its name or create one if it does not exist) */ +/** @brief Find a mailbox from its name or create one if it does not exist) */ Mailbox* Engine::mailbox_by_name_or_create(const std::string& name) const { /* two actors may have pushed the same mbox_create simcall at the same time */