From: Vladimír Čunát Date: Mon, 4 Oct 2021 10:50:31 +0000 (+0200) Subject: lib/dnssec/signature nit: improve API docs X-Git-Tag: v5.4.3~13^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b9380b0ee35ee6f3f20175e80211f9b7af78edb;p=thirdparty%2Fknot-resolver.git lib/dnssec/signature nit: improve API docs --- diff --git a/lib/dnssec/signature.h b/lib/dnssec/signature.h index 9e71ad96b..247d253ea 100644 --- a/lib/dnssec/signature.h +++ b/lib/dnssec/signature.h @@ -18,7 +18,7 @@ int kr_authenticate_referral(const knot_rrset_t *ref, const dnssec_key_t *key); /** * Check the signature of the supplied RRSet. - * @param rrsig RRSet containing signatures. + * @param rrsig A single signature. * @param key Key to be used to validate the signature. * @param covered The covered RRSet. * @param trim_labels Number of the leftmost labels to be removed and replaced with '*.'.