diff options
Diffstat (limited to 'src/lib/container/map.c')
-rw-r--r-- | src/lib/container/map.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/container/map.c b/src/lib/container/map.c index 3d84356cc8..0602eac891 100644 --- a/src/lib/container/map.c +++ b/src/lib/container/map.c @@ -4,8 +4,9 @@ /* See LICENSE for licensing information */ /** - * \file container.c - * \brief Hash table implementations of a string-to-void* map, and of + * \file map.c + * + * \brief Hash-table implementations of a string-to-void* map, and of * a digest-to-void* map. **/ |