From 9d718fb4abae595ad28ec04bc778dbcb3b37b4c2 Mon Sep 17 00:00:00 2001 From: mquinson Date: Sun, 8 Jul 2007 17:59:36 +0000 Subject: [PATCH] typo git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3676 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/msg/host.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/msg/host.c b/src/msg/host.c index 117b99378b..2d700c4b37 100644 --- a/src/msg/host.c +++ b/src/msg/host.c @@ -117,7 +117,7 @@ m_host_t MSG_host_self(void) } /* - * Real function for destroy a host. + * Real function to destroy a host. * MSG_host_destroy is just a front_end that also removes it from * msg_global->host */ @@ -129,7 +129,7 @@ void __MSG_host_destroy(m_host_t host) xbt_assert0((host != NULL), "Invalid parameters"); /* Clean Simulator data */ - /* SIMIX host will be cleaned when MSG_clean calls SIMIX_clean */ + /* SIMIX host will be cleaned when MSG_clean calls SIMIX_clean */ simdata = (host)->simdata; for (i = 0; i < msg_global->max_channel; i++) -- 2.20.1