diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/device_tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |