From b930102d063e07f72299a505cc2392e713679aa5 Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 1 Jul 2009 20:31:20 +0000 Subject: [PATCH] Kill typos in comments git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6428 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/surf/network_gtnets_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/surf/network_gtnets_private.h b/src/surf/network_gtnets_private.h index 6dc0a41107..0687521ca9 100644 --- a/src/surf/network_gtnets_private.h +++ b/src/surf/network_gtnets_private.h @@ -18,7 +18,7 @@ typedef struct network_link_GTNETS { double bw_current; double lat_current; int id; - /*holds the properties associated witht the link */ + /*holds the properties associated with the link */ xbt_dict_t properties; } s_network_link_GTNETS_t, *network_link_GTNETS_t; @@ -26,7 +26,7 @@ typedef struct network_link_GTNETS { typedef struct network_card_GTNETS { char *name; int id; - /*holds the properties associated witht the card */ + /*holds the properties associated with the card */ xbt_dict_t properties; } s_network_card_GTNETS_t, *network_card_GTNETS_t; -- 2.20.1