소스 검색

doc: Fix typo regarding `starpu_insert_task'.

Ludovic Courtès 14 년 전
부모
커밋
1286f3ca26
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/starpu.texi

+ 1 - 1
doc/starpu.texi

@@ -1265,7 +1265,7 @@ transfers, which are assumed to be completely overlapped.
 StarPU provides the wrapper function @code{starpu_insert_task} to ease
 the creation and submission of tasks.
 
-@deftypefun int starpu_insert_task (starpu_codelet *cl, ...)
+@deftypefun void starpu_insert_task (starpu_codelet *cl, ...)
 Create and submit a task corresponding to @var{cl} with the following
 arguments.  The argument list must be zero-terminated.