watchdog: sp805_wdt: use devm_clk_get()
[linux-2.6-microblaze.git] / drivers / of / fdt.c
index 808be06..6bb7cf2 100644 (file)
@@ -709,7 +709,7 @@ void __init unflatten_device_tree(void)
        __unflatten_device_tree(initial_boot_params, &of_allnodes,
                                early_init_dt_alloc_memory_arch);
 
-       /* Get pointer to "/chosen" and "/aliasas" nodes for use everywhere */
+       /* Get pointer to "/chosen" and "/aliases" nodes for use everywhere */
        of_alias_scan(early_init_dt_alloc_memory_arch);
 }