X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ae373ac39eaf110513492e4e401504cb8cdafccd..a3427ca7c9f8f2563bb982044e1082cc8f3cdd1e:/src/xbt/dynar.c?ds=sidebyside diff --git a/src/xbt/dynar.c b/src/xbt/dynar.c index 50be1b56dd..b964885adb 100644 --- a/src/xbt/dynar.c +++ b/src/xbt/dynar.c @@ -218,7 +218,7 @@ xbt_dynar_length(const xbt_dynar_t dynar) { /** @brief Retrieve a copy of the Nth element of a dynar. * * \param dynar information dealer - * \param idx index of the slot we want to retrive + * \param idx index of the slot we want to retrieve * \param[out] dst where to put the result to. */ void