Преглед на файлове

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);