From: Ray Bellis Date: Wed, 21 Oct 2015 16:17:27 +0000 (+0100) Subject: fixed typo X-Git-Tag: release-1.7.0-rc1~89^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=559e257ba329e5b403e6dfa0a0e0273084808e90;p=thirdparty%2Fldns.git fixed typo --- diff --git a/ldns/dnssec.h b/ldns/dnssec.h index c6a744cf..0e1037e9 100644 --- a/ldns/dnssec.h +++ b/ldns/dnssec.h @@ -369,7 +369,7 @@ ldns_rdf *ldns_nsec3_hash_name_frm_nsec3(const ldns_rr *nsec, const ldns_rdf *na * \param[in] type the type to check for * \return true when t is found and set, otherwise return false */ -bool ldns_nsec_bitmap_covers_type(const const ldns_rdf* bitmap, ldns_rr_type type); +bool ldns_nsec_bitmap_covers_type(const ldns_rdf* bitmap, ldns_rr_type type); /** * Checks if RR type t is enumerated in the type bitmap rdf and sets the bit.