Browse Source

doc/doxygen/chapters/06tasks.doxy: fix name STARPU_NOWHERE

Nathalie Furmento 9 years ago
parent
commit
37d763d885
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/doxygen/chapters/06tasks.doxy

+ 1 - 1
doc/doxygen/chapters/06tasks.doxy

@@ -488,7 +488,7 @@ to STARPU_NOWHERE, for instance this:
 
 \code{.c}
 struct starpu_codelet {
-	.where = NOWHERE,
+	.where = STARPU_NOWHERE,
 	.nbuffers = 1,
 	.modes = { STARPU_R },
 }