瀏覽代碼

doc: no need to say it twice

Nathalie Furmento 15 年之前
父節點
當前提交
4bb91e056a
共有 1 個文件被更改,包括 1 次插入2 次删除
  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