From 31d70068405038fe6d59d956e363cfa19d77bfa9 Mon Sep 17 00:00:00 2001
From: Olivier Matz <zer0@droids-corp.org>
Date: Thu, 4 Apr 2019 20:30:00 +0200
Subject: [PATCH] dict: enhance comment

---
 include/ecoli_dict.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
2.39.5