diff options
author | 2016-09-26 18:12:26 +0200 | |
---|---|---|
committer | 2016-09-27 11:32:46 +1000 | |
commit | 45fd440a956112c78dc3b602e3a618f22f495db2 (patch) | |
tree | 6d8fbdca321da180fd1f3bd98b68e97a2782de7a /livetree.c | |
parent | a59be4939c13d907a17b190ee6baa01515300a29 (diff) |
Fix some typing errors in libfdt.h and livetree.c
Correct some typos discovered with the codespell utility.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'livetree.c')
-rw-r--r-- | livetree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ struct node *merge_nodes(struct node *old_node, struct node *new_node) } } - /* if no collision occured, add child to the old node. */ + /* if no collision occurred, add child to the old node. */ if (new_child) add_child(old_node, new_child); } |