src/ucx/array.h

branch
feature/array
changeset 353
135ce35d5108
parent 345
6089eb30a51a
child 354
7fd13b9f8f60
     1.1 --- a/src/ucx/array.h	Sat Aug 10 08:47:25 2019 +0200
     1.2 +++ b/src/ucx/array.h	Sat Aug 10 09:47:59 2019 +0200
     1.3 @@ -126,9 +126,9 @@
     1.4   * If the array structure itself has been dynamically allocated, it has to be
     1.5   * freed separately.
     1.6   * 
     1.7 - * @param array the array to free
     1.8 + * @param array the array to destroy
     1.9   */
    1.10 -void ucx_array_free(UcxArray *array);
    1.11 +void ucx_array_destroy(UcxArray *array);
    1.12  
    1.13  /**
    1.14   * Inserts an element at the end of the array.

mercurial