X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/da26c04a0fc73571f94a9068a82cefdff5954c6c..4473d1cfe6892c03b33a5e39b6dda7d67605e342:/src/xbt/dict.c diff --git a/src/xbt/dict.c b/src/xbt/dict.c index c58f0c0882..c054fb5499 100644 --- a/src/xbt/dict.c +++ b/src/xbt/dict.c @@ -32,7 +32,7 @@ static void dict_mallocator_reset_f(void *dict); /** * \brief Constructor * \return pointer to the destination - * \see xbt_dict_new_ext(), xbt_dict_free() + * \see xbt_dict_free() * * Creates and initialize a new dictionary with a default hashtable size. */