Skip to content

Commit 3326ba4

Browse files
committed
Comment nit
1 parent 80f5f44 commit 3326ba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/zone.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ extern "C" {
185185
#define ZONE_TYPE_SVCB (64u)
186186
/** Service binding @rfc{9460} */
187187
#define ZONE_TYPE_HTTPS (65u)
188-
/** Sender Policy Framework @rfc{7208} */
189-
#define ZONE_TYPE_DSYNC (66u)
190188
/** Endpoint discovery for delegation synchronization @draft{ietf, dnsop-generalized-notify} */
189+
#define ZONE_TYPE_DSYNC (66u)
190+
/** Sender Policy Framework @rfc{7208} */
191191
#define ZONE_TYPE_SPF (99u)
192192
/** Node Identifier @rfc{6742} */
193193
#define ZONE_TYPE_NID (104u)

0 commit comments

Comments
 (0)