]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove another remnant of bitstring labels
authorTony Finch <fanf@isc.org>
Thu, 9 Feb 2023 12:16:46 +0000 (12:16 +0000)
committerTony Finch <dot@dotat.at>
Thu, 9 Feb 2023 12:16:46 +0000 (12:16 +0000)
A comment referred to the mysterious label type 01000001

lib/dns/include/dns/name.h

index 91239104439043de026a534d1a9545857a316abd..359f8a08d735fc0d6e5fe530a5b9df0183efd6a4 100644 (file)
@@ -663,8 +663,7 @@ dns_name_fromregion(dns_name_t *name, const isc_region_t *r);
  *     so far converted.  A maximum of 255 bytes is converted.
  *
  * Requires:
- * \li The data in 'r' is a sequence of one or more type 00 or type 01000001
- *     labels.
+ * \li The data in 'r' is a sequence of one or more type 00 labels.
  */
 
 void