Selaa lähdekoodia

Fix an erroneous comment :)

Cédric Augonnet 15 vuotta sitten
vanhempi
commit
05ac30b4f6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 */
 		/* find someone who already has the data */
 		uint32_t src_node = 0;
 		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)
 		if (read)
 		{
 		{
 			src_node = _starpu_select_src_node(handle);
 			src_node = _starpu_select_src_node(handle);