Преглед изворни кода

Fix an erroneous comment :)

Cédric Augonnet пре 15 година
родитељ
комит
05ac30b4f6
1 измењених фајлова са 1 додато и 1 уклоњено
  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);