Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typos
authorChristophe Thiéry <christopho128@gmail.com>
Mon, 18 Apr 2011 12:23:44 +0000 (14:23 +0200)
committerChristophe Thiéry <christopho128@gmail.com>
Mon, 18 Apr 2011 12:23:44 +0000 (14:23 +0200)
src/msg/host.c

index d9739d2..d1425a2 100644 (file)
@@ -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)