From 0afaff26111246b53128ed3f5b9f269bda5433ff Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 16 Jan 2021 15:02:31 +0100 Subject: lib/device_tree.c: Remove repeated word Change-Id: Id5279587231c539bd3ffc75b75b29d88ef30e56a Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/49534 Tested-by: build bot (Jenkins) Reviewed-by: Jacob Garber --- src/lib/device_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/device_tree.c b/src/lib/device_tree.c index cb81d3248c..1fd8874047 100644 --- a/src/lib/device_tree.c +++ b/src/lib/device_tree.c @@ -1346,7 +1346,7 @@ static int dt_fixup_all_externals(struct device_tree *tree, 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) -- cgit v1.2.3