Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo--
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 2 Aug 2012 21:59:27 +0000 (23:59 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 2 Aug 2012 21:59:27 +0000 (23:59 +0200)
src/surf/surf_routing_full.c

index ab14bf6..25a2079 100644 (file)
@@ -202,7 +202,7 @@ void model_full_set_route(AS_t rc, const char *src,
     if (!route->dst_gateway && !route->src_gateway)
       XBT_DEBUG("Load Route from \"%s\" to \"%s\"", src, dst);
     else {
-      // FIXME We can call a gw wich is down the current AS (cf g5k.xml) but not upper.
+      // FIXME We can call a gw which is down the current AS (cf g5k.xml) but not upper.
       //      AS_t subas = xbt_dict_get_or_null(rc->routing_sons, src);
       //      if (subas == NULL)
       //        surf_parse_error("The source of an ASroute must be a sub-AS "