]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/surf_routing_dijkstra.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The full dynar is not used here, delete it.
[simgrid.git] / src / surf / surf_routing_dijkstra.c
index 4b0d4c96b1a1b435eb194cecb603094848fbdfd7..d225cd462164376c3dbf8a263e84863624dc3354 100644 (file)
@@ -51,7 +51,7 @@ static void graph_node_map_elem_free(void *e)
   xbt_free(elm);
 }
 
-static void graph_edge_data_free(void *e) // FIXME: useless code dupplication
+static void graph_edge_data_free(void *e) // FIXME: useless code duplication
 {
   sg_platf_route_cbarg_t e_route = (sg_platf_route_cbarg_t) e;
   if (e_route) {