Samuel Thibault 11 年之前
父節點
當前提交
d27a3ecc8d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/dependencies/data_concurrency.c

+ 1 - 1
src/core/dependencies/data_concurrency.c

@@ -67,7 +67,7 @@ static struct _starpu_data_requester *may_unlock_data_req_list_head(starpu_data_
 		r_mode = STARPU_W;
 		r_mode = STARPU_W;
 
 
 	/* If this is a STARPU_R, STARPU_SCRATCH or STARPU_REDUX type of
 	/* If this is a STARPU_R, STARPU_SCRATCH or STARPU_REDUX type of
-	 * access, we only proceed if the cuurrent mode is the same as the
+	 * access, we only proceed if the current mode is the same as the
 	 * requested mode. */
 	 * requested mode. */
 	if (r_mode == handle->current_mode)
 	if (r_mode == handle->current_mode)
 		return _starpu_data_requester_list_pop_front(req_list);
 		return _starpu_data_requester_list_pop_front(req_list);