From f6f83c9b42222e2f809d62b61eab0e1736c95892 Mon Sep 17 00:00:00 2001 From: Jan Vcelak <jan.vcelak@nic.cz> Date: Tue, 30 Apr 2013 12:43:33 +0200 Subject: [PATCH] rrset: fix some invalid comments Change-Id: I4eedcaf1e9fef0e43494314e16c68b0bbb2d3107 --- src/libknot/rrset.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libknot/rrset.h b/src/libknot/rrset.h index 383125cd05..2b0cb6bd6b 100644 --- a/src/libknot/rrset.h +++ b/src/libknot/rrset.h @@ -244,11 +244,11 @@ uint32_t knot_rrset_ttl(const knot_rrset_t *rrset); uint8_t *knot_rrset_get_rdata(const knot_rrset_t *rrset, size_t rdata_pos); /*! - * \brief Returns the TTL of the RRSet. + * \brief Returns the count of RRs in a given RRSet. * - * \param rrset RRSet to get the TTL of. + * \param rrset RRSet to get the RRs count from. * - * \return TTL of the given RRSet. + * \return Count of the RRs in a given RRSet. */ uint16_t knot_rrset_rdata_rr_count(const knot_rrset_t *rrset); -- GitLab