]> git.droids-corp.org - protos/libecoli.git/commitdiff
dict: enhance comment
authorOlivier Matz <zer0@droids-corp.org>
Thu, 4 Apr 2019 18:30:00 +0000 (20:30 +0200)
committerOlivier Matz <zer0@droids-corp.org>
Thu, 4 Apr 2019 18:30:00 +0000 (20:30 +0200)
include/ecoli_dict.h

index e44246601f1a61f018f1bd0dbd4025b19eed6601..77558fb2aec4e3f63ba624467e4c616413e85317 100644 (file)
@@ -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.