From c31688a87cd15c8d761d18b90c6a66a4bedc496c Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Wed, 25 Sep 2013 15:39:43 +0200 Subject: [PATCH] In ldns_nsec_bitmap_clear_type s/set/clear/g --- ldns/dnssec.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ldns/dnssec.h b/ldns/dnssec.h index 9cd22f13..51eac283 100644 --- a/ldns/dnssec.h +++ b/ldns/dnssec.h @@ -381,11 +381,11 @@ bool ldns_nsec_bitmap_covers_type(const ldns_rdf* bitmap, ldns_rr_type type); ldns_status ldns_nsec_bitmap_set_type(ldns_rdf* bitmap, ldns_rr_type type); /** - * Check if RR type t is enumerated in the type bitmap rdf and sets the bit. + * Check if RR type t is enumerated in the type bitmap rdf and clears the bit. * \param[in] bitmap the RR type bitmap rdf to look in - * \param[in] type the type to for which the bit to set + * \param[in] type the type to for which the bit to clear * \return LDNS_STATUS_OK on success. LDNS_STATUS_TYPE_NOT_IN_BITMAP is - * returned when the bitmap does not contain the bit to set. + * returned when the bitmap does not contain the bit to clear. */ ldns_status ldns_nsec_bitmap_clear_type(ldns_rdf* bitmap, ldns_rr_type type); -- 2.47.3