lib/device_tree.c: Remove repeated word

Change-Id: Id5279587231c539bd3ffc75b75b29d88ef30e56a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49534
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
diff --git a/src/lib/device_tree.c b/src/lib/device_tree.c
index cb81d32..1fd8874 100644
--- a/src/lib/device_tree.c
+++ b/src/lib/device_tree.c
@@ -1346,7 +1346,7 @@
 		if (!path)
 			return -1;
 
-		/* Find node the label pointed to to figure out its phandle. */
+		/* Find node the label pointed to figure out its phandle. */
 		struct device_tree_node *node = dt_find_node_by_path(tree, path,
 			NULL, NULL, 0);
 		if (!node)