Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s/add/free/ in doc.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 28 Nov 2011 17:16:14 +0000 (18:16 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 29 Nov 2011 10:38:28 +0000 (11:38 +0100)
src/xbt/set.c

index 21c83eb..9158305 100644 (file)
@@ -71,7 +71,7 @@ static int _xbt_set_get_id(xbt_set_t set)
  *
  * \param set set to populate
  * \param elm element to add.
- * \param free_func How to add the data
+ * \param free_func how to free the data
  *
  * elm->name must be set;
  * if elm->name_len <= 0, it is recomputed. If >0, it's used as is;