Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[doxygen] fix a function comment
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 19 Oct 2015 07:30:49 +0000 (09:30 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 19 Oct 2015 07:30:49 +0000 (09:30 +0200)
include/xbt/log.h

index b53652e..78a4815 100644 (file)
@@ -455,7 +455,7 @@ extern xbt_log_layout_t xbt_log_default_layout;
 
 /** @ingroup XBT_log
  *  @hideinitializer
- * \param c the category on which to log
+ * \param categ the category on which to log
  * \param ... the format string and its arguments
  *  @brief Log an event at the DEBUG priority on the specified category with these args.
  */