diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-07 13:25:53 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-07 13:25:53 +0000 |
commit | 58f7d004fddd2cccdb019be59b6cc7a8abe50510 (patch) | |
tree | 97d14f24e68ec6d32d114af62dab293a9abeb10c /lib/slab.c | |
parent | 38203d789a872077ec174a63a448568725e4715f (diff) |
Fixes to the progdoc.
Diffstat (limited to 'lib/slab.c')
-rw-r--r-- | lib/slab.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,10 +19,10 @@ * constructors and destructors. * * When the |DEBUGGING| switch is turned on, we automatically fill all - * newly allocated and freed blocks with a special patterns to make detection + * newly allocated and freed blocks with a special pattern to make detection * of use of uninitialized or already freed memory easier. * - * Example: Nodes of a FIB are allocated from a Slab. + * Example: Nodes of a FIB are allocated from a per-FIB Slab. */ #include <stdlib.h> |