src/ucx/avl.h

changeset 308
d6f580621512
parent 287
98da78a1e69a
child 312
e1e3b768ae8b
     1.1 --- a/src/ucx/avl.h	Mon May 14 17:56:03 2018 +0200
     1.2 +++ b/src/ucx/avl.h	Mon May 14 18:12:14 2018 +0200
     1.3 @@ -125,7 +125,7 @@
     1.4   * 
     1.5   * The cmpfunc should be capable of comparing two keys within this AVL tree.
     1.6   * So if you want to use null terminated strings as keys, you could use the
     1.7 - * ucx_strcmp() function here.
     1.8 + * ucx_cmp_str() function here.
     1.9   * 
    1.10   * @param cmpfunc the compare function that shall be used
    1.11   * @param allocator the UcxAllocator that shall be used

mercurial