ソースを参照

doc/doxygen/chapters/07data_management.doxy: fix typo

Nathalie Furmento 11 年 前
コミット
5fff628612
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      doc/doxygen/chapters/07data_management.doxy

+ 2 - 2
doc/doxygen/chapters/07data_management.doxy

@@ -511,10 +511,10 @@ needed data for the tasks on the embedded memory of the GPU.  It may however
 happen that the task kernel would rather have some of the datas kept in the
 main memory instead of copied in the GPU, a pivoting vector for instance.
 This can be achieved by setting the starpu_codelet::specific_nodes flag to
-1, and then fill the starpu_codelet::nodes array (or starpu_codelet when
+1, and then fill the starpu_codelet::nodes array (or starpu_codelet::dyn_nodes when
 starpu_codelet::nbuffers is greater than STARPU_NMAXBUFS) with the node numbers
 where data should be copied to, or -1 to let StarPU copy it to the memory node
-where the task will be executed . For instance, with the following codelet:
+where the task will be executed. For instance, with the following codelet:
 
 \code{.c}
 struct starpu_codelet cl =