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/order.c | |
parent | 92d8284a9792267514cbe21f3ce1564f6ad0e10b (diff) | |
download | tor-58fc42fdcedc9c0446e709d98eaf7c53c464750a.tar.gz tor-58fc42fdcedc9c0446e709d98eaf7c53c464750a.zip |
Fix comments in lib/container/*.c
Diffstat (limited to 'src/lib/container/order.c')
-rw-r--r-- | src/lib/container/order.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/container/order.c b/src/lib/container/order.c index 4fdd51d996..1efef2c734 100644 --- a/src/lib/container/order.c +++ b/src/lib/container/order.c @@ -4,11 +4,8 @@ /* See LICENSE for licensing information */ /** - * \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. + * \file order.c + * \brief Functions for finding the n'th element of an array. **/ #include <stdlib.h> |