From d6ed3317d2f0ed96c72d39310b4010b6598be45a Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 14 Jan 2015 22:24:50 +0100 Subject: [PATCH] cosmetics in comments --- src/simix/smx_global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simix/smx_global.c b/src/simix/smx_global.c index 6e3dac7a8f..ecd64f0502 100644 --- a/src/simix/smx_global.c +++ b/src/simix/smx_global.c @@ -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 */ -- 2.20.1