Kaynağa Gözat

Fix wrong function name.

Cyril Roelandt 14 yıl önce
ebeveyn
işleme
620043b23f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      doc/chapters/basic-api.texi

+ 1 - 1
doc/chapters/basic-api.texi

@@ -1658,7 +1658,7 @@ Return the default sequential consistency flag
 @deftypefun void starpu_data_set_sequential_consistency_flag (starpu_data_handle_t @var{handle}, unsigned @var{flag})
 @deftypefun void starpu_data_set_sequential_consistency_flag (starpu_data_handle_t @var{handle}, unsigned @var{flag})
 Sets the data consistency mode associated to a data handle. The consistency
 Sets the data consistency mode associated to a data handle. The consistency
 mode set using this function has the priority over the default mode which can
 mode set using this function has the priority over the default mode which can
-be set with @code{starpu_data_set_sequential_consistency_flag}.
+be set with @code{starpu_data_set_default_sequential_consistency_flag}.
 @end deftypefun
 @end deftypefun
 
 
 @node Performance Model API
 @node Performance Model API