X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/68baddd2f1d7db6fa97213300727c21cb2d3f84c..2f37dba04ea44bc979a25129f10b18797b6fec1e:/include/simgrid/Exception.hpp diff --git a/include/simgrid/Exception.hpp b/include/simgrid/Exception.hpp index a259e2be01..ff59edf2b0 100644 --- a/include/simgrid/Exception.hpp +++ b/include/simgrid/Exception.hpp @@ -115,7 +115,7 @@ public: } }; -/** Exception raised when an host fails */ +/** Exception raised when a host fails */ class HostFailureException : public xbt_ex { public: HostFailureException(simgrid::xbt::ThrowPoint throwpoint, std::string message) : xbt_ex(throwpoint, message)