From cebb5dede2d1a8d7f02bfaf1147f74536b5bd819 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 12 Jul 2013 21:39:28 +0200 Subject: [PATCH] Fix doxygen warning about parameter name that did not match the code. --- src/msg/msg_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1