From 01beddc9270eba3a6dff3e3eb6d9a8c4a9f87780 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 11 Dec 2016 21:55:15 +0100 Subject: [PATCH] typo --- src/kernel/activity/SynchroExec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kernel/activity/SynchroExec.cpp b/src/kernel/activity/SynchroExec.cpp index 5954df6833..a9d0656256 100644 --- a/src/kernel/activity/SynchroExec.cpp +++ b/src/kernel/activity/SynchroExec.cpp @@ -50,7 +50,7 @@ double simgrid::kernel::activity::Exec::remains() void simgrid::kernel::activity::Exec::post() { - if (host_ && host_->isOff()) {/* FIMXE: handle resource failure for parallel tasks too */ + if (host_ && host_->isOff()) {/* FIXME: handle resource failure for parallel tasks too */ /* If the host running the synchro failed, notice it. This way, the asking * process can be killed if it runs on that host itself */ state = SIMIX_FAILED; -- 2.20.1