Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 11 Dec 2016 20:55:15 +0000 (21:55 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 11 Dec 2016 20:55:15 +0000 (21:55 +0100)
src/kernel/activity/SynchroExec.cpp

index 5954df6..a9d0656 100644 (file)
@@ -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;