From: schnorr Date: Mon, 26 Mar 2012 12:50:14 +0000 (+0200) Subject: [trace] fix more two documentation warnings X-Git-Tag: v3_7~205 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/adbda6fdc276fa3d616b3f0faa8b87a6f15ed9a4?hp=12ab1c04640b7f08ff2084df497a4d609fb6ad43 [trace] fix more two documentation warnings --- diff --git a/src/msg/msg_gos.c b/src/msg/msg_gos.c index 2205fcdc5d..2340ac0950 100644 --- a/src/msg/msg_gos.c +++ b/src/msg/msg_gos.c @@ -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 - * 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 - * 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). *