From: Willem Toorop Date: Wed, 25 Sep 2013 13:39:43 +0000 (+0200) Subject: In ldns_nsec_bitmap_clear_type s/set/clear/g X-Git-Tag: release-1.6.17rc1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c31688a87cd15c8d761d18b90c6a66a4bedc496c;p=thirdparty%2Fldns.git In ldns_nsec_bitmap_clear_type s/set/clear/g --- 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);