From 5f50aaa204b07e33e56277261a3d764d7bfcedef Mon Sep 17 00:00:00 2001 From: alegrand Date: Fri, 1 Jul 2005 05:48:13 +0000 Subject: [PATCH 1/1] fix documentation git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1502 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/msg/gos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msg/gos.c b/src/msg/gos.c index 4d17772cfd..a7b20a8f50 100644 --- a/src/msg/gos.c +++ b/src/msg/gos.c @@ -57,7 +57,7 @@ MSG_error_t MSG_task_get(m_task_t * task, * \param channel the channel on which the agent should be listening. This value has to be >=0 and < than the maximal number of channels fixed with MSG_set_channel_number(). - * \param timeout the maximum time to wait for a task before giving + * \param max_duration the maximum time to wait for a task before giving up. In such a case, \a task will not be modified and will still be equal to \c NULL when returning. * \return #MSG_FATAL if \a task is equal to \c NULL, #MSG_WARNING -- 2.20.1