]> wimlib.net Git - wimlib/blobdiff - src/security.c
Remove duplicate words & fix grammatical errors
[wimlib] / src / security.c
index 12cfcb4ce6ee5c3e335059472133558e92a7205c..6348918ac5f20407ac2efc4b174444eceda0d67e 100644 (file)
@@ -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 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)