소스 검색

Fix comment

Samuel Thibault 13 년 전
부모
커밋
cee4dda50d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/datawizard/coherency.c

+ 2 - 2
src/datawizard/coherency.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009-2011  Université de Bordeaux 1
+ * Copyright (C) 2009-2012  Université de Bordeaux 1
  * Copyright (C) 2010, 2011, 2012  Centre National de la Recherche Scientifique
  *
  * StarPU is free software; you can redistribute it and/or modify
@@ -632,7 +632,7 @@ int _starpu_fetch_task_input(struct _starpu_job *j, uint32_t mask)
 		struct _starpu_data_replicate *local_replicate;
 
 		if (index && descrs[index-1].handle == descrs[index].handle)
-			/* We have already released this data, skip it. This
+			/* We have already took this data, skip it. This
 			 * depends on ordering putting writes before reads, see
 			 * _starpu_compar_handles */
 			continue;