From: Olivier Matz Date: Thu, 4 Apr 2019 18:30:00 +0000 (+0200) Subject: dict: enhance comment X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=commitdiff_plain;h=31d70068405038fe6d59d956e363cfa19d77bfa9 dict: enhance comment --- diff --git a/include/ecoli_dict.h b/include/ecoli_dict.h index e442466..77558fb 100644 --- a/include/ecoli_dict.h +++ b/include/ecoli_dict.h @@ -160,7 +160,7 @@ struct ec_dict_elt_ref * ec_dict_iter_next(struct ec_dict_elt_ref *iter); /** - * Get the key of the current element. + * Get a pointer to the key of the current element. * * @param iter * The hash table iterator.