shithub: gefs

Download patch

ref: f12bb8b86166a5d8de04786e8fa8d032ce7a807a
parent: 37e3d345b45173cf230d560b6a52e12c5ece5243
author: Michael Forney <mforney@mforney.org>
date: Sat Mar 12 17:50:02 EST 2022

finish a comment

--- a/tree.c
+++ b/tree.c
@@ -607,7 +607,7 @@
 /*
  * Splits a node, returning the block that msg
  * would be inserted into. Split must never
- * grow the total height of the 
+ * grow the total height of the tree by more than 1.
  */
 static int
 splitleaf(Tree *t, Path *up, Path *p, Kvp *mid)