Comment changes.
[silc.git] / lib / silcutil / silcstack.h
index 017a55d0b488fe461246e2fa32d9438d632ae49f..f2663eef949e4b37b8774b9391d85ca56a301d48 100644 (file)
@@ -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