X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c3d740fb74c0b884529e52f079ac2aac55f1fbb4..e92284beb25991e23cf18c5db06e33d647d77fd7:/src/surf/surf_routing_floyd.c diff --git a/src/surf/surf_routing_floyd.c b/src/surf/surf_routing_floyd.c index 0f08c52a98..50e2dc8670 100644 --- a/src/surf/surf_routing_floyd.c +++ b/src/surf/surf_routing_floyd.c @@ -19,7 +19,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_floyd, surf, "Routing part of surf"); typedef struct { s_as_t generic_routing; - /* vars for calculate the floyd algorith. */ + /* vars for calculate the floyd algorithm. */ int *predecessor_table; double *cost_table; sg_platf_route_cbarg_t *link_table;