Browse Source

doc: typo

Nathalie Furmento 7 years ago
parent
commit
fd5b0519d3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/doxygen/chapters/api/codelet_and_tasks.doxy

+ 2 - 2
doc/doxygen/chapters/api/codelet_and_tasks.doxy

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  *
  * Copyright (C) 2011-2013,2015,2017                      Inria
  * Copyright (C) 2011-2013,2015,2017                      Inria
- * Copyright (C) 2010-2017                                CNRS
+ * Copyright (C) 2010-2018                                CNRS
  * Copyright (C) 2009-2011,2013-2018                      Université de Bordeaux
  * Copyright (C) 2009-2011,2013-2018                      Université de Bordeaux
  *
  *
  * StarPU is free software; you can redistribute it and/or modify
  * StarPU is free software; you can redistribute it and/or modify
@@ -760,7 +760,7 @@ the configuration of a task allocated with starpu_task_create().
     This field allows to specify the type of task, for filtering
     This field allows to specify the type of task, for filtering
     out tasks in profiling outputs, whether it is really internal
     out tasks in profiling outputs, whether it is really internal
     to StarPU (::STARPU_TASK_TYPE_INTERNAL), a data acquisition
     to StarPU (::STARPU_TASK_TYPE_INTERNAL), a data acquisition
-    synchronization task (STARPU_TASK_TYPE_DATA_ACQUIRE), or a normal task
+    synchronization task (::STARPU_TASK_TYPE_DATA_ACQUIRE), or a normal task
     (::STARPU_TASK_TYPE_NORMAL)
     (::STARPU_TASK_TYPE_NORMAL)
 
 
 \var int starpu_task::color
 \var int starpu_task::color