diff -r 90b6d69bb499 -r d6f580621512 src/ucx/avl.h --- a/src/ucx/avl.h Mon May 14 17:56:03 2018 +0200 +++ b/src/ucx/avl.h Mon May 14 18:12:14 2018 +0200 @@ -125,7 +125,7 @@ * * The cmpfunc should be capable of comparing two keys within this AVL tree. * So if you want to use null terminated strings as keys, you could use the - * ucx_strcmp() function here. + * ucx_cmp_str() function here. * * @param cmpfunc the compare function that shall be used * @param allocator the UcxAllocator that shall be used