Bladeren bron

fix typo, thanks to Nathalie's lynx eyes

Samuel Thibault 7 jaren geleden
bovenliggende
commit
9a41132bcf
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/core/workers.c

+ 1 - 1
src/core/workers.c

@@ -1282,7 +1282,7 @@ int starpu_initialize(struct starpu_conf *user_conf, int *argc, char ***argv)
 #ifdef STARPU_USE_FXT
 	_STARPU_DISP("Warning: StarPU was configured with --with-fxt, which slows down a bit, limits scalability and makes worker initialization sequential\n");
 #endif
-#ifdef STARPU_USE_FXT_LOCK_TRACSE
+#ifdef STARPU_USE_FXT_LOCK_TRACES
 	_STARPU_DISP("Warning: StarPU was configured with --enable-fxt-lock, which slows down things a huge lot, and is really only meant for StarPU insides debugging. Did you really want to enable that?\n");
 #endif
 #ifdef STARPU_PERF_DEBUG