From 147c486afe8c6315e76e1dba5b8ba803636d0755 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sat, 2 Dec 2017 15:11:45 +0100 Subject: [PATCH] Fix comment. --- src/surf/cpu_ti.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1