summaryrefslogtreecommitdiff
path: root/content/urldb.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/urldb.c')
-rw-r--r--content/urldb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/urldb.c b/content/urldb.c
index e3a92f569..4a6682e29 100644
--- a/content/urldb.c
+++ b/content/urldb.c
@@ -3497,7 +3497,7 @@ void urldb_destroy_host_tree(struct host_part *root)
/* Root path */
urldb_destroy_path_node_content(&root->paths);
- /* An ourselves */
+ /* And ourselves */
free(root->part);
free(root);
}