X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcstack.h;h=f2663eef949e4b37b8774b9391d85ca56a301d48;hp=017a55d0b488fe461246e2fa32d9438d632ae49f;hb=8fc3402eeef449d1a0b7dfa10a2f316a181d8a27;hpb=6578d0af4873ee989969b4a87afce850d5b527e5 diff --git a/lib/silcutil/silcstack.h b/lib/silcutil/silcstack.h index 017a55d0..f2663eef 100644 --- a/lib/silcutil/silcstack.h +++ b/lib/silcutil/silcstack.h @@ -21,7 +21,7 @@ * * DESCRIPTION * - * Implementation of data stack which can be used to allocate memory from + * Implementation of data stack which can be used to do fast allocations from * the stack. Basically SilcStack is a pre-allocated memory pool system * which allows fast memory allocation for routines and applications that * frequently allocate small amounts of memory. Other advantage of this