]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
lib/dnssec/signature nit: improve API docs
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 4 Oct 2021 10:50:31 +0000 (12:50 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 3 Nov 2021 14:38:41 +0000 (15:38 +0100)
lib/dnssec/signature.h

index 9e71ad96b35c4ac282635117eabae9de22466867..247d253eac4be501590005100c2de6d7b09cd775 100644 (file)
@@ -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 '*.'.