瀏覽代碼

reformat comment

Samuel Thibault 11 年之前
父節點
當前提交
1a62c13496
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/datawizard/interfaces/data_interface.c

+ 2 - 1
src/datawizard/interfaces/data_interface.c

@@ -795,7 +795,8 @@ static void _starpu_data_unregister_submit_cb(void *arg)
 	_starpu_spin_lock(&handle->header_lock);
 	handle->lazy_unregister = 1;
 	/* The handle should be busy since we are working on it.
-         * when data_acquire releases the handle, it will be destroyed by _starpu_data_check_not_busy */
+	 * when we releases the handle below, it will be destroyed by
+	 * _starpu_data_check_not_busy */
 	STARPU_ASSERT(handle->busy_count);
         _starpu_spin_unlock(&handle->header_lock);