Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics in comments
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 14 Jan 2015 21:24:50 +0000 (22:24 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 25 Jan 2015 21:23:23 +0000 (22:23 +0100)
src/simix/smx_global.c

index 6e3dac7..ecd64f0 100644 (file)
@@ -341,7 +341,7 @@ void SIMIX_run(void)
       xbt_os_cputimer_resume(simix_global->timer_seq);
 #endif
 
-      /* Move all killing processes to the end of the list, because killing a process that have an ongoing simcall is a bad idea */
+      /* Move all killer processes to the end of the list, because killing a process that have an ongoing simcall is a bad idea */
       xbt_dynar_three_way_partition(simix_global->process_that_ran, process_syscall_color);
 
       /* answer sequentially and in a fixed arbitrary order all the simcalls that were issued during that sub-round */