aboutsummaryrefslogtreecommitdiff
path: root/contrib/unbound/edns-subnet/addrtree.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/edns-subnet/addrtree.h')
-rw-r--r--contrib/unbound/edns-subnet/addrtree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/unbound/edns-subnet/addrtree.h b/contrib/unbound/edns-subnet/addrtree.h
index 0bc1837cdb80..2be530423db4 100644
--- a/contrib/unbound/edns-subnet/addrtree.h
+++ b/contrib/unbound/edns-subnet/addrtree.h
@@ -116,7 +116,7 @@ struct addredge {
addrlen_t len;
/** child node this edge is connected to */
struct addrnode *node;
- /** Parent node this ege is connected to */
+ /** Parent node this edge is connected to */
struct addrnode *parent_node;
/** Index of this edge in parent_node */
int parent_index;