From f558c8988e776466f8ff3edc6a288d34dff75dc7 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Tue, 9 Aug 2011 10:29:23 +0000 Subject: [PATCH] spelling --- lib/isc/include/isc/mem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/isc/include/isc/mem.h b/lib/isc/include/isc/mem.h index c0a8510da8..9862059b78 100644 --- a/lib/isc/include/isc/mem.h +++ b/lib/isc/include/isc/mem.h @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mem.h,v 1.89 2010/08/11 22:54:58 jinmei Exp $ */ +/* $Id: mem.h,v 1.90 2011/08/09 10:29:23 fdupont Exp $ */ #ifndef ISC_MEM_H #define ISC_MEM_H 1 @@ -334,7 +334,7 @@ isc_mem_createx2(size_t max_size, size_t target_size, * ISC_MEMFLAG_INTERNAL is not set, 'target_size' is ignored. * * 'max_size' is also used to size the statistics arrays and the array - * used to record active memory when ISC_MEM_DEBUGRECORD is set. Settin + * used to record active memory when ISC_MEM_DEBUGRECORD is set. Setting * 'max_size' too low can have detrimental effects on performance. * * A memory context created using isc_mem_createx() will obtain