소스 검색

doc: no need to say it twice

Nathalie Furmento 16 년 전
부모
커밋
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