From: Arnaud Giersch Date: Thu, 5 Jun 2014 14:04:51 +0000 (+0200) Subject: Typo. X-Git-Tag: v3_12~1001 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9a273a291af8c192ec2a8931517341f44f78cd46 Typo. --- diff --git a/src/msg/msg_vm.c b/src/msg/msg_vm.c index f3b703ea4b..ba12a24c5e 100644 --- a/src/msg/msg_vm.c +++ b/src/msg/msg_vm.c @@ -1027,7 +1027,7 @@ static int migration_tx_fun(int argc, char *argv[]) double bandwidth = updated_size / (clock_post_send - clock_prev_send); threshold = get_threshold_value(bandwidth, max_downtime); - XBT_INFO("actual banwdidth %f, threshold %f", bandwidth / 1024 / 1024, threshold); + XBT_INFO("actual bandwidth %f, threshold %f", bandwidth / 1024 / 1024, threshold);