From 3d7140bc5550717ffdd4a3cc3d92b7c3caea841a Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 13 Jun 2021 20:45:32 -0400 Subject: [PATCH] spelling: lists Signed-off-by: Josh Soref --- ldns/rr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldns/rr.h b/ldns/rr.h index 29b1aa8b..2b03a60e 100644 --- a/ldns/rr.h +++ b/ldns/rr.h @@ -817,7 +817,7 @@ int ldns_rr_compare_wire(const ldns_buffer *rr1_buf, const ldns_buffer *rr2_buf) bool ldns_rr_compare_ds(const ldns_rr *rr1, const ldns_rr *rr2); /** - * compares two rr listss. + * compares two rr lists. * \param[in] rrl1 the first one * \param[in] rrl2 the second one * \return 0 if equal -- 2.47.3