From 58f7d004fddd2cccdb019be59b6cc7a8abe50510 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 7 Jun 2000 13:25:53 +0000 Subject: Fixes to the progdoc. --- lib/slab.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/slab.c') diff --git a/lib/slab.c b/lib/slab.c index 736dcb8..c6a56f7 100644 --- a/lib/slab.c +++ b/lib/slab.c @@ -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 -- cgit v1.2.3