From 0a0481f82fc27b7306940b78c411a3d6e5c84d1c Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 20 Mar 2012 16:05:10 +0100 Subject: [PATCH] this is not the way to declare a link to the parameters, and we don't need a link to the line below actually --- src/msg/msg_gos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msg/msg_gos.c b/src/msg/msg_gos.c index 9ed804e03e..5cd5b9020e 100644 --- a/src/msg/msg_gos.c +++ b/src/msg/msg_gos.c @@ -300,7 +300,7 @@ msg_comm_t MSG_task_isend(m_task_t task, const char *alias) * * \param task a #m_task_t to send on another location. * \param alias name of the mailbox to sent the task to - * \param match_fun boolean function taking the #match_data provided by sender (here), and the one of the receiver (if any) and returning whether they match + * \param match_fun boolean function taking the match_data provided by sender (here), and the one of the receiver (if any) and returning whether they match * \param match_data user provided data passed to match_fun * \return the msg_comm_t communication created */ -- 2.20.1