X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cf75523de37862d1f4eddaa1cbdd276f20755fea..23f4a1521c0658ea2450c97e70616b6d04de97d7:/include/xbt/dynar.h diff --git a/include/xbt/dynar.h b/include/xbt/dynar.h index fa25a74140..ef7a555307 100644 --- a/include/xbt/dynar.h +++ b/include/xbt/dynar.h @@ -23,7 +23,7 @@ SG_BEGIN_DECL() * * For performance concerns, the content of DynArr must be homogeneous (in contrary to dictionnaries -- see the * \ref XBT_dict section). You thus have to provide the function which will be used to free the content at - * structure creation (of type void_f_ppvoid_t or void_f_pvoid_t). + * structure creation (of type void_f_pvoid_t). * * @deprecated If you are using C++, you might want to use `std::vector` instead. *