diff -r 83888029778a -r 135ce35d5108 src/ucx/array.h --- a/src/ucx/array.h Sat Aug 10 08:47:25 2019 +0200 +++ b/src/ucx/array.h Sat Aug 10 09:47:59 2019 +0200 @@ -126,9 +126,9 @@ * If the array structure itself has been dynamically allocated, it has to be * freed separately. * - * @param array the array to free + * @param array the array to destroy */ -void ucx_array_free(UcxArray *array); +void ucx_array_destroy(UcxArray *array); /** * Inserts an element at the end of the array.