mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 14:49:59 -04:00
typo in comment
This commit is contained in:
parent
8c5039fd81
commit
d5017b061c
3 changed files with 4 additions and 4 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: compress.c,v 1.18 1999/12/23 00:08:27 explorer Exp $ */
|
||||
/* $Id: compress.c,v 1.19 2000/02/02 00:36:18 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
#include <string.h>
|
||||
|
|
@ -487,7 +487,7 @@ compress_add(dns_rbt_t *root, dns_name_t *prefix, dns_name_t *suffix,
|
|||
}
|
||||
|
||||
/*
|
||||
* Find the loggest match of name in root.
|
||||
* Find the longest match of name in root.
|
||||
* If match is found return ISC_TRUE. prefix, suffix and offset
|
||||
* are updated.
|
||||
* If no match is found return ISC_FALSE.
|
||||
|
|
|
|||
|
|
@ -316,7 +316,7 @@ dns_message_renderbegin(dns_message_t *msg, isc_buffer_t *buffer);
|
|||
* Begin rendering on a message. Only one call can be made to this function
|
||||
* per message.
|
||||
*
|
||||
* The buffer is "owned" buy the message library until dns_message_renderend()
|
||||
* The buffer is "owned" by the message library until dns_message_renderend()
|
||||
* is called.
|
||||
*
|
||||
* Requires:
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
* The "lex" module provides a lightweight tokenizer. It can operate
|
||||
* on files or buffers, and can handle "include". It is designed for
|
||||
* parsing of DNS master files and the BIND configuration file, but
|
||||
* should be general enough to tokeninze other things, e.g. HTTP.
|
||||
* should be general enough to tokenize other things, e.g. HTTP.
|
||||
*
|
||||
* MP:
|
||||
* No synchronization is provided. Clients must ensure exclusive
|
||||
|
|
|
|||
Loading…
Reference in a new issue