From adbda6fdc276fa3d616b3f0faa8b87a6f15ed9a4 Mon Sep 17 00:00:00 2001 From: schnorr Date: Mon, 26 Mar 2012 14:50:14 +0200 Subject: [PATCH 1/1] [trace] fix more two documentation warnings --- src/msg/msg_gos.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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). * -- 2.20.1