From: Josh Soref Date: Mon, 14 Jun 2021 01:45:46 +0000 (-0400) Subject: spelling: unlike X-Git-Tag: 1.8.0-rc.1~25^2~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d7c1b932a00271c0b44312048c4abe23d0bc73f;p=thirdparty%2Fldns.git spelling: unlike Signed-off-by: Josh Soref --- diff --git a/ldns/rdata.h b/ldns/rdata.h index 2dbc1fc5..470810e6 100644 --- a/ldns/rdata.h +++ b/ldns/rdata.h @@ -261,7 +261,7 @@ uint8_t *ldns_rdf_data(const ldns_rdf *rd); /** * allocates a new rdf structure and fills it. * This function DOES NOT copy the contents from - * the buffer, unlinke ldns_rdf_new_frm_data() + * the buffer, unlike ldns_rdf_new_frm_data() * \param[in] type type of the rdf * \param[in] size size of the buffer * \param[in] data pointer to the buffer to be copied @@ -272,7 +272,7 @@ ldns_rdf *ldns_rdf_new(ldns_rdf_type type, size_t size, void *data); /** * allocates a new rdf structure and fills it. * This function _does_ copy the contents from - * the buffer, unlinke ldns_rdf_new() + * the buffer, unlike ldns_rdf_new() * \param[in] type type of the rdf * \param[in] size size of the buffer * \param[in] data pointer to the buffer to be copied