diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-26 11:33:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-26 11:33:53 -0400 |
commit | 58fc42fdcedc9c0446e709d98eaf7c53c464750a (patch) | |
tree | dad9d3a3e57a67c737a25c1fc7036787d1dbdab2 /src/lib/container/smartlist.c | |
parent | 92d8284a9792267514cbe21f3ce1564f6ad0e10b (diff) | |
download | tor-58fc42fdcedc9c0446e709d98eaf7c53c464750a.tar.gz tor-58fc42fdcedc9c0446e709d98eaf7c53c464750a.zip |
Fix comments in lib/container/*.c
Diffstat (limited to 'src/lib/container/smartlist.c')
-rw-r--r-- | src/lib/container/smartlist.c | 4 |
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" |