Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] fix more two documentation warnings
authorschnorr <Lucas.Schnorr@imag.fr>
Mon, 26 Mar 2012 12:50:14 +0000 (14:50 +0200)
committerschnorr <Lucas.Schnorr@imag.fr>
Mon, 26 Mar 2012 12:50:27 +0000 (14:50 +0200)
src/msg/msg_gos.c

index 2205fcd..2340ac0 100644 (file)
@@ -879,9 +879,9 @@ int MSG_task_listen_from(const char *alias)
  *
  * This function should be called after the creation of
  * a MSG task, to define the category of that task. The
  *
  * This function should be called after the creation of
  * a MSG task, to define the category of that task. The
- * first parameter #task must contain a task that was
+ * first parameter task must contain a task that was
  * created with the function #MSG_task_create. The second
  * created with the function #MSG_task_create. The second
- * parameter #category must contain a category that was
+ * parameter category must contain a category that was
  * previously declared with the function #TRACE_category
  * (or with #TRACE_category_with_color).
  *
  * previously declared with the function #TRACE_category
  * (or with #TRACE_category_with_color).
  *