X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fsecurity.c;h=6348918ac5f20407ac2efc4b174444eceda0d67e;hp=12cfcb4ce6ee5c3e335059472133558e92a7205c;hb=2fdc3bd720f5bc49680dc2284ea42a537d1acc07;hpb=d620d0fa2ec6a81935c543c93b0e382b1c93bcf0 diff --git a/src/security.c b/src/security.c index 12cfcb4c..6348918a 100644 --- a/src/security.c +++ b/src/security.c @@ -275,7 +275,7 @@ _avl_cmp_nodes_by_hash(const struct avl_tree_node *n1, return hashes_cmp(SD_NODE(n1)->hash, SD_NODE(n2)->hash); } -/* Inserts a a new node into the security descriptor index tree. Returns true +/* Inserts a new node into the security descriptor index tree. Returns true * if successful (not a duplicate). */ static bool insert_sd_node(struct wim_sd_set *set, struct sd_node *new)