Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix comment.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 2 Dec 2017 14:11:45 +0000 (15:11 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 3 Dec 2017 20:36:48 +0000 (21:36 +0100)
src/surf/cpu_ti.cpp

index 55b0d23..d65cf33 100644 (file)
@@ -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);