]> Pileus Git - ~andy/linux/blobdiff - drivers/of/pdt.c
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
[~andy/linux] / drivers / of / pdt.c
index 37b56fd716e6683e97cfcc4c381e7246d86d77ee..4ec19cbee57f7b57764947327797ef573880e260 100644 (file)
@@ -251,6 +251,6 @@ void __init of_pdt_build_devicetree(phandle root_node, struct of_pdt_ops *ops)
        of_allnodes->child = of_pdt_build_tree(of_allnodes,
                        of_pdt_prom_ops->getchild(of_allnodes->phandle), &nextp);
 
-       /* Get pointer to "/chosen" and "/aliasas" nodes for use everywhere */
+       /* Get pointer to "/chosen" and "/aliases" nodes for use everywhere */
        of_alias_scan(kernel_tree_alloc);
 }