From: Arnaud Giersch Date: Mon, 28 Nov 2011 17:16:14 +0000 (+0100) Subject: s/add/free/ in doc. X-Git-Tag: exp_20120216~241^2~37 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8d6109e1caa3f4e9501c5e4a82ad7674ce9df991?ds=inline s/add/free/ in doc. --- 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;