From: Christophe ThiƩry Date: Mon, 18 Apr 2011 12:23:44 +0000 (+0200) Subject: Typos X-Git-Tag: v3.6_beta2~27 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/84d2d3a6df181355293ddc2bf72399d646a7fae9?ds=sidebyside Typos --- diff --git a/src/msg/host.c b/src/msg/host.c index d9739d2dce..d1425a2cba 100644 --- a/src/msg/host.c +++ b/src/msg/host.c @@ -120,9 +120,9 @@ m_host_t MSG_host_self(void) return MSG_process_get_host(MSG_process_self()); } -/* - * Real function to destroy a host. - * MSG_host_destroy is just a front_end that also removes it from +/** \ingroup m_host_management + * + * \brief Destroys a host */ void __MSG_host_destroy(m_host_t host) { @@ -130,7 +130,7 @@ void __MSG_host_destroy(m_host_t host) xbt_assert((host != NULL), "Invalid parameters"); - /* Clean Simulator data */ + /* Clean simulator data */ simdata = (host)->simdata; if (msg_global->max_channel > 0)