From: Arnaud Giersch Date: Fri, 12 Jul 2013 19:39:28 +0000 (+0200) Subject: Fix doxygen warning about parameter name that did not match the code. X-Git-Tag: v3_9_90~135 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cebb5dede2d1a8d7f02bfaf1147f74536b5bd819 Fix doxygen warning about parameter name that did not match the code. --- diff --git a/src/msg/msg_io.c b/src/msg/msg_io.c index 898582daa3..80e48e8750 100644 --- a/src/msg/msg_io.c +++ b/src/msg/msg_io.c @@ -73,7 +73,7 @@ size_t MSG_file_write(size_t size, msg_file_t fd) * \brief Opens the file whose name is the string pointed to by path * * \param mount is the mount point where find the file is located - * \param path is the file location on the storage + * \param fullname is the file location on the storage * * \return An #msg_file_t associated to the file */