From: mquinson Date: Wed, 1 Jul 2009 20:31:20 +0000 (+0000) Subject: Kill typos in comments X-Git-Tag: SVN~1213 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b930102d063e07f72299a505cc2392e713679aa5?ds=sidebyside Kill typos in comments git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6428 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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;