X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cdf6a962eb4e88efbed3df9c41343adabcf09e6c..647a6e65f7e55174c44e2fe40576a86bb8fb738c:/include/xbt/dynar.h diff --git a/include/xbt/dynar.h b/include/xbt/dynar.h index 9df2eca0b5..46fa9c825c 100644 --- a/include/xbt/dynar.h +++ b/include/xbt/dynar.h @@ -13,14 +13,14 @@ #include /* SG_BEGIN_DECL */ #include -SG_BEGIN_DECL() +SG_BEGIN_DECL /** @addtogroup XBT_dynar * @brief DynArr are dynamically sized vector which may contain any type of variables. * * These are the SimGrid version of the dynamically size arrays, which all C programmer recode one day or another. * - * For performance concerns, the content of DynArr must be homogeneous (in contrary to dictionnaries -- see the + * For performance concerns, the content of DynArr must be homogeneous (in contrary to dictionaries -- 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_pvoid_t). * @@ -248,6 +248,6 @@ xbt_dynar_foreach (dyn,cpt,str) { (_cursor)++) #endif /** @} */ -SG_END_DECL() +SG_END_DECL #endif /* XBT_DYNAR_H */