Module Name: src Committed By: andvar Date: Tue May 23 10:22:42 UTC 2023
Modified Files: src/include/arpa: nameser.h Log Message: s/configuratin/configuration/ in comment, from Brad Harder (bch) by email. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/include/arpa/nameser.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/include/arpa/nameser.h diff -u src/include/arpa/nameser.h:1.27 src/include/arpa/nameser.h:1.28 --- src/include/arpa/nameser.h:1.27 Wed Dec 8 20:50:01 2021 +++ src/include/arpa/nameser.h Tue May 23 10:22:42 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: nameser.h,v 1.27 2021/12/08 20:50:01 andvar Exp $ */ +/* $NetBSD: nameser.h,v 1.28 2023/05/23 10:22:42 andvar Exp $ */ /* * Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC") @@ -343,7 +343,7 @@ typedef enum __ns_type { ns_t_rrsig = 46, /*%< RRset Signature */ ns_t_nsec = 47, /*%< Negative security */ ns_t_dnskey = 48, /*%< DNS Key */ - ns_t_dhcid = 49, /*%< Dynamic host configuratin identifier */ + ns_t_dhcid = 49, /*%< Dynamic host configuration identifier */ ns_t_nsec3 = 50, /*%< Negative security type 3 */ ns_t_nsec3param = 51, /*%< Negative security type 3 parameters */ ns_t_hip = 55, /*%< Host Identity Protocol */