diff options
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> |