X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/997eaf52ad0ae1eb34820b135c7ba884b2a17f3c..1c6ecd7825422241dd932318a4ba03c3df1de985:/src/xbt/set.c diff --git a/src/xbt/set.c b/src/xbt/set.c index 21c83eb6ea..91583052ac 100644 --- a/src/xbt/set.c +++ b/src/xbt/set.c @@ -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;