diff --git a/util/edns.h b/util/edns.h index ee0e3de54..c92b1ba5e 100644 --- a/util/edns.h +++ b/util/edns.h @@ -77,7 +77,7 @@ struct edns_tag_addr { */ struct edns_tags* edns_tags_create(void); -/** Delete ENDS tags structure +/** Delete EDNS tags structure * @param edns_tags: struct to delete */ void edns_tags_delete(struct edns_tags* edns_tags); diff --git a/util/module.h b/util/module.h index 1d696ed0a..1eed21300 100644 --- a/util/module.h +++ b/util/module.h @@ -520,6 +520,7 @@ struct module_env { struct edns_known_option* edns_known_options; /* Number of known edns options */ size_t edns_known_options_num; + /** EDNS client tag information */ struct edns_tags* edns_tags; /* Make every mesh state unique, do not aggregate mesh states. */