powerpc: fix spelling mistake: "Usupported" -> "Unsupported"
Trivial fix to spelling mistake in bootx_printf message text Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
eabdb8ca86
commit
e6536a9f94
|
@ -519,7 +519,7 @@ void __init bootx_init(unsigned long r3, unsigned long r4)
|
|||
;
|
||||
}
|
||||
if (bi->architecture != BOOT_ARCH_PCI) {
|
||||
bootx_printf(" !!! WARNING - Usupported machine"
|
||||
bootx_printf(" !!! WARNING - Unsupported machine"
|
||||
" architecture !\n");
|
||||
for (;;)
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue