From 5768784772b39495131438d445b9e9ed3ec9e8b4 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 2 Aug 2012 23:59:27 +0200 Subject: [PATCH] typo-- --- src/surf/surf_routing_full.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/surf_routing_full.c b/src/surf/surf_routing_full.c index ab14bf6b0f..25a20797dd 100644 --- a/src/surf/surf_routing_full.c +++ b/src/surf/surf_routing_full.c @@ -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 " -- 2.20.1