From 1b106e224d3931e85d68c091fe1ec7758d9f07cb Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 25 May 2000 05:07:21 +0000 Subject: [PATCH] typo: *lcfgp points to a logging configuration not a logging context --- lib/isc/include/isc/log.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/isc/include/isc/log.h b/lib/isc/include/isc/log.h index c3cbb21914..a300c824cb 100644 --- a/lib/isc/include/isc/log.h +++ b/lib/isc/include/isc/log.h @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: log.h,v 1.20 2000/05/16 03:37:39 tale Exp $ */ +/* $Id: log.h,v 1.21 2000/05/25 05:07:21 gson Exp $ */ #ifndef ISC_LOG_H #define ISC_LOG_H 1 @@ -156,8 +156,8 @@ isc_log_create(isc_mem_t *mctx, isc_log_t **lctxp, isc_logconfig_t **lcfgp); * Ensures: * *lctxp will point to a valid logging context if all of the necessary * memory was allocated, or NULL otherwise. - * *lcfgp will point to a valid logging context if all of the necessary - * memory was allocated, or NULL otherwise. + * *lcfgp will point to a valid logging configuration if all of the + * necessary memory was allocated, or NULL otherwise. * On failure, no additional memory is allocated. * * Returns: