Explorar o código

doc: fix typo

Nathalie Furmento %!s(int64=14) %!d(string=hai) anos
pai
achega
e626672b57
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/starpu.texi

+ 1 - 1
doc/starpu.texi

@@ -3790,7 +3790,7 @@ Output on @code{stderr} some statistics on the codelet @var{cl}.
 
 @node starpu_task_declare_deps_array
 @subsection @code{starpu_task_declare_deps_array} -- Declare task dependencies
-@deftypefun void starpu_task_declare_deps_array ({struct starpu_task} *@var{task}, unsigned @var{ndeps}, {struct starpu_task} *@var{task_array[]})
+@deftypefun void starpu_task_declare_deps_array ({struct starpu_task} *@var{task}, unsigned @var{ndeps}, {struct starpu_task} *@var{task_array}[])
 Declare task dependencies between a @code{task} and an array of tasks of length
 @code{ndeps}. This function must be called prior to the submission of the task,
 but it may called after the submission or the execution of the tasks in the