]> Savannah Git Hosting - gnulib.git/commitdiff
array-map, hash-map, linkedhash-map: Fix module description.
authorBruno Haible <bruno@clisp.org>
Thu, 30 Jan 2020 03:13:36 +0000 (04:13 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 30 Jan 2020 03:13:36 +0000 (04:13 +0100)
* modules/array-map (Description): Fix description.
* modules/hash-map (Description): Likewise.
* modules/linkedhash-map (Description): Likewise.

ChangeLog
modules/array-map
modules/hash-map
modules/linkedhash-map

index afdccf659d15b5b5d07419fa590849574734a492..604c94917caf94332df7dc99847f308cdf9b37cb 100644 (file)
--- 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
index 46ae89aa44df19ba1cc8089cfc393df1bf384b30..edf4260c1c1408dbcda9984a2918e032ebf4e206 100644 (file)
@@ -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
index 5cc5c68acc32577226eb9913d5de12f9a32c0bd2..63d72f43d3ece4dfd6044682268b2e9817cfcf22 100644 (file)
@@ -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
index 342466090bf80cee40734dcd91f6e36c2d0c6b60..d495cb26e1b94b172589fa9ba15ac2277b0ac7e0 100644 (file)
@@ -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