Explorar o código

Fix an erroneous comment :)

Cédric Augonnet %!s(int64=15) %!d(string=hai) anos
pai
achega
05ac30b4f6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/datawizard/coherency.c

+ 1 - 1
src/datawizard/coherency.c

@@ -176,7 +176,7 @@ int _starpu_fetch_data_on_node(starpu_data_handle handle, uint32_t requesting_no
 		/* find someone who already has the data */
 		uint32_t src_node = 0;
 
-		/* if the data is in read only mode, there is no need for a source */
+		/* if the data is in write only mode, there is no need for a source */
 		if (read)
 		{
 			src_node = _starpu_select_src_node(handle);