Samuel Thibault 8 years ago
parent
commit
7b65b0d270
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/workers.c

+ 1 - 1
src/core/workers.c

@@ -1092,7 +1092,7 @@ int starpu_initialize(struct starpu_conf *user_conf, int *argc, char ***argv)
 	 * processes will take a long time to get initialized */
 	char *perturb = starpu_getenv("MALLOC_PERTURB_");
 	if (perturb && perturb[0] && atoi(perturb) != 0)
-		_STARPU_DISP("Warning: MALLOC_PERTURB_ is set to non-zero, this makes simgrid runs very slow\n");
+		_STARPU_DISP("Warning: MALLOC_PERTURB_ is set to non-zero, this makes simgrid run very slow\n");
 #else
 #ifdef __GNUC__
 #ifndef __OPTIMIZE__