Skip to content
Snippets Groups Projects
Commit c247eee6 authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Fixed a typo in a comment.

parent 8f5e6c74
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ void dnslib_dname_table_deep_free(dnslib_dname_table_t **table)
return;
}
/* Walk the tree and free each node, but not the dnames. */
/* Walk the tree and free each node, but free the dnames. */
TREE_POST_ORDER_APPLY((*table)->tree, dname_table_node, avl,
delete_dname_table_node, (void *) 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment