Re: [PATCH v6 3/5] t-reftable-tree: split test_tree() into two sub-test functions
From: Junio C Hamano <hidden> Date: 2024-08-02 16:25:13
Chandra Pratap [off-list ref] writes:
- /* pseudo-randomly insert the pointers for elements between
- * values[1] and values[10] (included) in the tree.
+ /* Pseudo-randomly insert the pointers for elements between
+ * values[1] and values[10] (inclusive) in the tree.
*/
If you are "fixing" the comment, let's fix its style as well.
/*
* Our multi-line comments begin with slash-asterisk, and
* end with asterisk-slash, on their own line.
*/