X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/54e818e2dea66d457ec7061f3f2bec19be321f39..4e62e76d104a17f0c9aaf9135ac605e9c8c87141:/src/xbt/dict.cpp diff --git a/src/xbt/dict.cpp b/src/xbt/dict.cpp index f6742fb877..256c277615 100644 --- a/src/xbt/dict.cpp +++ b/src/xbt/dict.cpp @@ -180,7 +180,7 @@ void xbt_dict_set_ext(xbt_dict_t dict, const char* key, int key_len, void* data, * @param data the data to add in the dict * @param free_ctn unused parameter (kept for compatibility) * - * set the @a data in the structure under the @a key, which is anull terminated string. + * set the @a data in the structure under the @a key, which is a null terminated string. */ void xbt_dict_set(xbt_dict_t dict, const char *key, void *data, void_f_pvoid_t free_ctn) {