Browse Source

doc: no need to say it twice

Nathalie Furmento 15 years ago
parent
commit
4bb91e056a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      doc/starpu.texi

+ 1 - 2
doc/starpu.texi

@@ -1015,9 +1015,8 @@ by the task are freed by calling
 @table @asis
 @item @emph{Description}:
 Release all the structures automatically allocated to execute the task. This is
-called implicitly by @code{starpu_task_destroy}, but the task structure itself is not
+called automatically by @code{starpu_task_destroy}, but the task structure itself is not
 freed. This should be used for statically allocated tasks for instance.
-Note that this function is automatically called by @code{starpu_task_destroy}.
 @item @emph{Prototype}:
 @code{void starpu_task_deinit(struct starpu_task *task);}
 @end table