瀏覽代碼

Fix comment

Samuel Thibault 4 年之前
父節點
當前提交
f2966fb32b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/datawizard/memalloc.c

+ 1 - 1
src/datawizard/memalloc.c

@@ -24,7 +24,7 @@
 #include <starpu.h>
 #include <common/uthash.h>
 
-/* When reclaiming memory to allocate, we reclaim MAX(what_is_to_reclaim_on_device, data_size_coefficient*data_size) */
+/* When reclaiming memory to allocate, we reclaim data_size_coefficient*data_size */
 const unsigned starpu_memstrategy_data_size_coefficient=2;
 
 /* Minimum percentage of available memory in each node */