summaryrefslogtreecommitdiff
path: root/src/lib/container/smartlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/container/smartlist.c')
-rw-r--r--src/lib/container/smartlist.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/container/smartlist.c b/src/lib/container/smartlist.c
index 852a32810d..3c0844384a 100644
--- a/src/lib/container/smartlist.c
+++ b/src/lib/container/smartlist.c
@@ -6,9 +6,7 @@
/**
* \file container.c
* \brief Implements a smartlist (a resizable array) along
- * with helper functions to use smartlists. Also includes
- * hash table implementations of a string-to-void* map, and of
- * a digest-to-void* map.
+ * with helper functions to use smartlists.
**/
#include "lib/malloc/util_malloc.h"