diff options
Diffstat (limited to 'lib/dnssec/signature.h')
-rw-r--r-- | lib/dnssec/signature.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dnssec/signature.h b/lib/dnssec/signature.h index 9e71ad96..247d253e 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 '*.'. |