From: Arnaud Giersch Date: Wed, 26 Mar 2014 19:05:48 +0000 (+0100) Subject: Fix parameter names. X-Git-Tag: v3_11~189^2~20 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6211e00d115d21d392adb712d9f9a687b80e353e Fix parameter names. --- diff --git a/src/msg/msg_io.c b/src/msg/msg_io.c index 2c2adca044..ff1f1348c9 100644 --- a/src/msg/msg_io.c +++ b/src/msg/msg_io.c @@ -256,7 +256,7 @@ msg_error_t MSG_file_move (msg_file_t fd, const char* fullpath) /** * \ingroup msg_file_management * \brief Copy a file to another location on a remote host. - * \param fd : the file to move + * \param file : the file to move * \param host : the remote host where the file has to be copied * \param fullpath : the complete path destination on the remote host * \return If successful, the function returns MSG_OK. Otherwise, it returns @@ -271,7 +271,7 @@ msg_error_t MSG_file_rcopy (msg_file_t file, msg_host_t host, const char* fullpa /** * \ingroup msg_file_management * \brief Move a file to another location on a remote host. - * \param fd : the file to move + * \param file : the file to move * \param host : the remote host where the file has to be moved * \param fullpath : the complete path destination on the remote host * \return If successful, the function returns MSG_OK. Otherwise, it returns