X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9a09b7fe81c883b73e0573bff67c853ef5c01691..365058a6f1cd1ae07157d60b7ecabe2800043ef5:/src/simgrid/host.cpp diff --git a/src/simgrid/host.cpp b/src/simgrid/host.cpp index 455dfdda51..881a975f11 100644 --- a/src/simgrid/host.cpp +++ b/src/simgrid/host.cpp @@ -171,7 +171,7 @@ const char *sg_host_get_property_value(sg_host_t host, const char *name) return (const char*) xbt_dict_get_or_null(sg_host_get_properties(host), name); } -/** @brief Displays debugging informations about a host */ +/** @brief Displays debugging information about a host */ void sg_host_dump(sg_host_t host) { xbt_dict_t props;