Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Little mistake in MSG_task_set_name javadoc
authorSamuel Lepetit <samuel.lepetit@inria.fr>
Wed, 9 May 2012 15:30:23 +0000 (17:30 +0200)
committerSamuel Lepetit <samuel.lepetit@inria.fr>
Wed, 9 May 2012 15:30:23 +0000 (17:30 +0200)
src/msg/msg_task.c

index 93fa4b1..a833cf5 100644 (file)
@@ -196,7 +196,7 @@ const char *MSG_task_get_name(m_task_t task)
 }
 
 /** \ingroup m_task_management
- * \brief Return the name of a #m_task_t.
+ * \brief Sets the name of a #m_task_t.
  *
  * This functions allows to associate a name to a task
  */