Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more doc updates
[simgrid.git] / examples / c / plugin-hostload / plugin-hostload.c
index 2a6996d..18672ea 100644 (file)
@@ -85,7 +85,7 @@ static void change_speed(XBT_ATTRIB_UNUSED int argc, XBT_ATTRIB_UNUSED char* arg
   sg_host_t host = sg_host_by_name("MyHost1");
   sg_actor_sleep_for(10.5);
   XBT_INFO("I slept until now, but now I'll change the speed of this host "
-           "while the other process is still computing! This should slow the computation down.");
+           "while the other actor is still computing! This should slow the computation down.");
   sg_host_set_pstate(host, 2);
 }