]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - scripts/dtc/livetree.c
Fix common misspellings
[mirror_ubuntu-bionic-kernel.git] / scripts / dtc / livetree.c
index c9209d5c999e48d77f39cb13a86ec49efd9c2b8a..26d0e1e60c0ca546fda76f1a6efcd1e07acf7acf 100644 (file)
@@ -155,7 +155,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);
        }