Browse Source

fix build

Samuel Thibault 11 years ago
parent
commit
89377f9113
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/doxygen/chapters/11debugging_tools.doxy

+ 1 - 1
doc/doxygen/chapters/11debugging_tools.doxy

@@ -22,7 +22,7 @@ Some gdb helpers are also provided to show the whole StarPU state:
 Valgrind can be used on StarPU: valgrind.h just needs to be found at ./configure
 Valgrind can be used on StarPU: valgrind.h just needs to be found at ./configure
 time, to tell valgrind about some known false positives and disable host memory
 time, to tell valgrind about some known false positives and disable host memory
 pinning. Other known false positives can be suppressed by using the suppression
 pinning. Other known false positives can be suppressed by using the suppression
-files in tools/valgrind/*.suppr.
+files in tools/valgrind/ *.suppr.
 
 
 The STARPU_DISABLE_KERNELS environment variable can also be set to 1 to make
 The STARPU_DISABLE_KERNELS environment variable can also be set to 1 to make
 StarPU do everything (schedule tasks, transfer memory, etc.) except actually
 StarPU do everything (schedule tasks, transfer memory, etc.) except actually