Parcourir la source

Fix wrong function name.

Cyril Roelandt il y a 13 ans
Parent
commit
620043b23f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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})
 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
-be set with @code{starpu_data_set_sequential_consistency_flag}.
+be set with @code{starpu_data_set_default_sequential_consistency_flag}.
 @end deftypefun
 
 @node Performance Model API