Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix doxygen warning about parameter name that did not match the code.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 12 Jul 2013 19:39:28 +0000 (21:39 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 12 Jul 2013 19:39:28 +0000 (21:39 +0200)
src/msg/msg_io.c

index 898582d..80e48e8 100644 (file)
@@ -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
  */