X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_heap.h;h=243554c63dba8afba2da304c1f09ec1bf2a00143;hb=f876292e5ce4be40ab5b031b2bcfb347f00da1f8;hp=6d71c43a13feb371af92033ee949a826e4cba67e;hpb=b57d6e25aa792f0461aee4e5bd6d1838c478af50;p=collectd.git diff --git a/src/daemon/utils_heap.h b/src/daemon/utils_heap.h index 6d71c43a..243554c6 100644 --- a/src/daemon/utils_heap.h +++ b/src/daemon/utils_heap.h @@ -39,7 +39,7 @@ typedef struct c_heap_s c_heap_t; * * PARAMETERS * `compare' The function-pointer `compare' is used to compare two keys. It - * has to return less than zero if it's first argument is smaller + * has to return less than zero if its first argument is smaller * then the second argument, more than zero if the first argument * is bigger than the second argument and zero if they are equal. * If your keys are char-pointers, you can use the `strcmp'