소스 검색

include/starpu_task_bundle.h: update comment

Nathalie Furmento 13 년 전
부모
커밋
3b11a58048
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      include/starpu_task_bundle.h

+ 1 - 2
include/starpu_task_bundle.h

@@ -42,8 +42,7 @@ typedef struct _starpu_task_bundle *starpu_task_bundle_t;
 /* Initialize a task bundle */
 void starpu_task_bundle_init(starpu_task_bundle_t *bundle);
 
-/* Deinitialize a bundle. In case the destroy flag is set, the bundle structure
- * is freed too. */
+/* Deinitialize a bundle. */
 void starpu_task_bundle_deinit(starpu_task_bundle_t bundle);
 
 /* Insert a task into a bundle. */