X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcstack.h;h=c4415a17c15978d385ebddeb8ba70cce903ae372;hp=88032aa81eb7f97c56fe1b9656d1b7c2f329df32;hb=a85b69a00898360e6237607a90a263570ad4b3ba;hpb=ce9cc6aad671572526b639a4f6ad1d0cb45ce662 diff --git a/lib/silcutil/silcstack.h b/lib/silcutil/silcstack.h index 88032aa8..c4415a17 100644 --- a/lib/silcutil/silcstack.h +++ b/lib/silcutil/silcstack.h @@ -125,8 +125,7 @@ typedef void (*SilcStackOomHandler)(SilcStack stack, void *context); * allocation by various routines. Returns the pointer to the stack * that must be freed with silc_stack_free function when it is not * needed anymore. If the `stack_size' is zero (0) by default a - * 1 kilobyte (1024 bytes) stack is allocated. If the `stack_size' - * is non-zero the byte value must be multiple by 8. + * 1 kilobyte (1024 bytes) stack is allocated. * * If `parent' is non-NULL the created stack is a child of the `parent' * stack. All of childs the memory is allocated from the `parent' and