X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8cc69a0fc4e5fc1a523cf6edc5ea47fc4faadc99..ff158e648559da0a70c0dfd41f80ee327894e245:/src/xbt/dict_cursor.c diff --git a/src/xbt/dict_cursor.c b/src/xbt/dict_cursor.c index a2d12cc86e..62306966a9 100644 --- a/src/xbt/dict_cursor.c +++ b/src/xbt/dict_cursor.c @@ -190,7 +190,7 @@ void gras_dict_cursor_first (const gras_dict_t *dict, * gras_dict_cursor_step: * @cursor: the cursor * - * Move to the next element. Returns mismatch_error if no next element. + * Move to the next element. */ void gras_dict_cursor_step(gras_dict_cursor_t *p_cursor) {