X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Frasterize;a=blobdiff_plain;f=rbtree.h;h=e23cd13712e97c5ebaf1286a89a5f0793658b893;hp=4f7263282e980390f4d3d547ccb0c659b99b053b;hb=e16cf0578f4baaf879e4ab9d3528a765bfd29be0;hpb=db44364a1fabda81d3f6c842c4e4778eac6495a5 diff --git a/rbtree.h b/rbtree.h index 4f72632..e23cd13 100644 --- a/rbtree.h +++ b/rbtree.h @@ -92,7 +92,7 @@ bool rbtree_empty(rbtree_t* t) } /* - * Clear the tree of all of it's nodes. + * Clear the tree of all of its nodes. */ void rbtree_clear(rbtree_t* t);