From: mquinson Date: Tue, 27 Jun 2006 13:11:47 +0000 (+0000) Subject: Documentation fixups X-Git-Tag: v3.3~2909 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6d8c0d29800852cbaf1a2fc70631994365ba4668 Documentation fixups git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2449 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/gras/Msg/msg.c b/src/gras/Msg/msg.c index ec047a4eee..c3d3f50927 100644 --- a/src/gras/Msg/msg.c +++ b/src/gras/Msg/msg.c @@ -443,8 +443,7 @@ gras_msg_send(gras_socket_t sock, /** @brief Handle all messages arriving within the given period * - * @param timeOut: How long to wait for incoming messages (in seconds) - * @return the error code (or no_error). + * @param period: How long to wait for incoming messages (in seconds) * * Messages are dealed with just like gras_msg_handle() would do. The * difference is that gras_msg_handle() handles at most one message (or wait up