Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill typos in comments
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 1 Jul 2009 20:31:20 +0000 (20:31 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 1 Jul 2009 20:31:20 +0000 (20:31 +0000)
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

index 6dc0a41..0687521 100644 (file)
@@ -18,7 +18,7 @@ typedef struct network_link_GTNETS {
   double bw_current;
   double lat_current;
   int id;
   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;
 
   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;
 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;
 
   xbt_dict_t properties;
 } s_network_card_GTNETS_t, *network_card_GTNETS_t;