X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/54e818e2dea66d457ec7061f3f2bec19be321f39..4e62e76d104a17f0c9aaf9135ac605e9c8c87141:/include/xbt/dynar.h diff --git a/include/xbt/dynar.h b/include/xbt/dynar.h index 9df2eca0b5..7891732963 100644 --- a/include/xbt/dynar.h +++ b/include/xbt/dynar.h @@ -20,7 +20,7 @@ SG_BEGIN_DECL() * * 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). *