]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: unlike
authorJosh Soref <jsoref@users.noreply.github.com>
Mon, 14 Jun 2021 01:45:46 +0000 (21:45 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:22:31 +0000 (11:22 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
ldns/rdata.h

index 2dbc1fc5b3764db97500543c6b028d392d763a17..470810e674cacea7320324ad7e3af7c51b49a7bb 100644 (file)
@@ -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