Bump to libarch 3.3.1
[platform/upstream/libarchive.git] / libarchive / archive_rb.c
index 5b5da20..cf58ac3 100644 (file)
@@ -312,7 +312,7 @@ __archive_rb_tree_insert_rebalance(struct archive_rb_tree *rbt,
                father = RB_FATHER(self);
                if (RB_BLACK_P(father)) {
                        /*
-                        * If our greatgrandpa is black, we're done.
+                        * If our great-grandpa is black, we're done.
                         */
                        return;
                }