From: Arnaud Giersch Date: Thu, 8 Sep 2011 11:21:46 +0000 (+0200) Subject: Fix typo in help message. X-Git-Tag: v3_6_2~130 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2aa97ab052f0a1c3ae440a621a6a38c041ebe375 Fix typo in help message. --- diff --git a/src/surf/surf_config.c b/src/surf/surf_config.c index 4cc63c8852..f269695277 100644 --- a/src/surf/surf_config.c +++ b/src/surf/surf_config.c @@ -424,7 +424,7 @@ void surf_config_init(int *argc, char **argv) default_value_int = 0; xbt_cfg_register(&_surf_cfg_set, "fullduplex", - "Activate the interferences between uploads and downloads for fluid max-min models (LV08, CM03)", + "Activate the interferences between uploads and downloads for fluid max-min models (LV08, CM02)", xbt_cfgelm_int, &default_value_int, 0, 1, _surf_cfg_cb__surf_network_fullduplex, NULL); xbt_cfg_setdefault_int(_surf_cfg_set, "fullduplex", default_value_int);