* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: name.h,v 1.12 2020/09/14 08:40:43 florian Exp $ */
+/* $Id: name.h,v 1.13 2022/12/26 19:24:11 jmc Exp $ */
#ifndef DNS_NAME_H
#define DNS_NAME_H 1
* \li Because it only needs to test for equality, dns_name_equal() can be
* significantly faster than dns_name_fullcompare() or dns_name_compare().
*
- * \li Offsets tables are not used in the comparision.
+ * \li Offset tables are not used in the comparison.
*
* \li It makes no sense for one of the names to be relative and the
* other absolute. If both names are relative, then to be meaningfully
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: naptr_35.c,v 1.13 2020/09/14 08:40:43 florian Exp $ */
+/* $Id: naptr_35.c,v 1.14 2022/12/26 19:24:11 jmc Exp $ */
/* Reviewed: Thu Mar 16 16:52:50 PST 2000 by bwelling */
/*
* Check the wire format of the Regexp field.
- * Don't allow embeded NUL's.
+ * Don't allow embedded NUL's.
*/
static inline isc_result_t
txt_valid_regex(const unsigned char *txt) {
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zonemd_63.c,v 1.1 2021/04/02 06:37:40 florian Exp $ */
+/* $Id: zonemd_63.c,v 1.2 2022/12/26 19:24:11 jmc Exp $ */
/* RFC8976 */
/*
* serial: 4
* scheme: 1
- * hash algorith: 1
+ * hash algorithm: 1
* digest: at least 1
*/
if (sr.length < 7)
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: socket.h,v 1.7 2020/09/15 11:47:42 florian Exp $ */
+/* $Id: socket.h,v 1.8 2022/12/26 19:24:11 jmc Exp $ */
#ifndef ISC_SOCKET_H
#define ISC_SOCKET_H 1
*
* \li "task" is NULL or a valid task
*
- * "how" is a bitmask describing the type of cancelation to perform.
+ * "how" is a bitmask describing the type of cancellation to perform.
* The type ISC_SOCKCANCEL_ALL will cancel all pending I/O on this
* socket.
*
--group;
++c;
break;
- case '|': /* alternative seperator */
+ case '|': /* alternative separator */
if (!have_atom)
return(-1);
have_atom = 0;
memset(addr, 0, sizeof(*addr));
}
-/*% intializes data structure for subsequent config parsing. */
+/*% initializes data structure for subsequent config parsing. */
void
lwres_conf_init(lwres_conf_t *confdata, int lwresflags) {
int i;