]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
fix comment
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 25 Sep 2025 14:48:10 +0000 (10:48 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 25 Sep 2025 15:02:09 +0000 (11:02 -0400)
Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
lib/maple_tree.c

index 4fbb38bfa4c044157821ef4790ab235afd2835c4..e7b943d570babb356a52460c75b35fdb563621fc 100644 (file)
@@ -3392,7 +3392,7 @@ static void mas_wr_spanning_store(struct ma_wr_state *wr_mas)
        struct ma_state *mas;
        struct ma_state sib;
 
-       /* Left and Right side of spanning store */
+       /* Track the left side with wr_mas, the right is below */
        MA_STATE(r_mas, NULL, 0, 0);
        MA_WR_STATE(r_wr_mas, &r_mas, wr_mas->entry);