From bf32ad2b63c0b3e64328784a8786310295768e60 Mon Sep 17 00:00:00 2001 From: "Liam R. Howlett" Date: Wed, 30 Oct 2024 11:28:08 -0400 Subject: [PATCH] maple_tree: Fix ma_dead_node() comment Update the arguemnt description to be accurate. Signed-off-by: Liam R. Howlett --- lib/maple_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/maple_tree.c b/lib/maple_tree.c index 20280615c14b..49997a0fe1aa 100644 --- a/lib/maple_tree.c +++ b/lib/maple_tree.c @@ -599,7 +599,7 @@ struct maple_node *mte_parent(const struct maple_enode *enode) /* * ma_dead_node() - check if the @enode is dead. - * @enode: The encoded maple node + * @node: The maple node * * Return: true if dead, false otherwise. */ -- 2.50.1