Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill typos in comments
[simgrid.git] / 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;
-  /*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;