From: Arnaud Giersch Date: Sat, 2 Dec 2017 14:11:45 +0000 (+0100) Subject: Fix comment. X-Git-Tag: v3.18~173 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/147c486afe8c6315e76e1dba5b8ba803636d0755 Fix comment. --- diff --git a/src/surf/cpu_ti.cpp b/src/surf/cpu_ti.cpp index 55b0d23e08..d65cf3330c 100644 --- a/src/surf/cpu_ti.cpp +++ b/src/surf/cpu_ti.cpp @@ -423,7 +423,7 @@ void CpuTi::apply_event(tmgr_trace_event_t event, double value) CpuTiTgmr *trace; XBT_DEBUG("Finish trace date: value %f", value); - /* update remaining of actions and put in modified cpu swag */ + /* update remaining of actions and put in modified cpu list */ updateRemainingAmount(surf_get_clock()); modified(true);