summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--modules/array-map2
-rw-r--r--modules/hash-map2
-rw-r--r--modules/linkedhash-map2
4 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index afdccf659d..604c94917c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2020-01-29 Bruno Haible <bruno@clisp.org>
+
+ array-map, hash-map, linkedhash-map: Fix module description.
+ * modules/array-map (Description): Fix description.
+ * modules/hash-map (Description): Likewise.
+ * modules/linkedhash-map (Description): Likewise.
+
2020-01-29 Paul Eggert <eggert@cs.ucla.edu>
dfa: do not depend on isblank
diff --git a/modules/array-map b/modules/array-map
index 46ae89aa44..edf4260c1c 100644
--- a/modules/array-map
+++ b/modules/array-map
@@ -1,5 +1,5 @@
Description:
-Set data type implemented by an array.
+Map data type implemented by an array.
Files:
lib/gl_array_map.h
diff --git a/modules/hash-map b/modules/hash-map
index 5cc5c68acc..63d72f43d3 100644
--- a/modules/hash-map
+++ b/modules/hash-map
@@ -1,5 +1,5 @@
Description:
-Set data type implemented by a hash table.
+Map data type implemented by a hash table.
Files:
lib/gl_hash_map.h
diff --git a/modules/linkedhash-map b/modules/linkedhash-map
index 342466090b..d495cb26e1 100644
--- a/modules/linkedhash-map
+++ b/modules/linkedhash-map
@@ -1,5 +1,5 @@
Description:
-Set data type implemented by a hash table with a linked list.
+Map data type implemented by a hash table with a linked list.
Files:
lib/gl_linkedhash_map.h