2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

grammatical typo in comment

This commit is contained in:
David Lawrence
2001-03-05 12:34:02 +00:00
parent fef2d3dce0
commit c56c28c3f2

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: log.h,v 1.37 2001/02/23 23:12:27 marka Exp $ */ /* $Id: log.h,v 1.38 2001/03/05 12:34:02 tale Exp $ */
#ifndef ISC_LOG_H #ifndef ISC_LOG_H
#define ISC_LOG_H 1 #define ISC_LOG_H 1
@@ -508,7 +508,7 @@ ISC_FORMAT_PRINTF(5, 6);
* Write a message to the log channels. * Write a message to the log channels.
* *
* Notes: * Notes:
* Log message containing natural language text should be logged with * Log messages containing natural language text should be logged with
* isc_log_iwrite() to allow for localization. * isc_log_iwrite() to allow for localization.
* *
* lctx can be NULL; this is allowed so that programs which use * lctx can be NULL; this is allowed so that programs which use