From 6211e00d115d21d392adb712d9f9a687b80e353e Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 26 Mar 2014 20:05:48 +0100 Subject: [PATCH] Fix parameter names. --- src/msg/msg_io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1