From 78aa86abc692e41742baae8c72d240ef96d8381c Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 27 Nov 2000 17:49:41 +0000 Subject: [PATCH] typos --- lib/isc/include/isc/log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/isc/include/isc/log.h b/lib/isc/include/isc/log.h index 3f3cc1df05..355d29652e 100644 --- a/lib/isc/include/isc/log.h +++ b/lib/isc/include/isc/log.h @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log.h,v 1.30 2000/11/24 01:37:26 marka Exp $ */ +/* $Id: log.h,v 1.31 2000/11/27 17:49:41 gson Exp $ */ #ifndef ISC_LOG_H #define ISC_LOG_H 1 @@ -152,7 +152,7 @@ isc_log_create(isc_mem_t *mctx, isc_log_t **lctxp, isc_logconfig_t **lcfgp); * Requires: * mctx is a valid memory context. * lctxp is not null and *lctxp is null. - * lctfg is null or lctfg is not null and *lcfgp is null. + * lcfgp is null or lcfgp is not null and *lcfgp is null. * * Ensures: * *lctxp will point to a valid logging context if all of the necessary