diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-03-30 16:55:53 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-06-05 11:33:43 +1000 |
commit | e6536a9f94c00a5e1da0a869ccea07e9a59665e4 (patch) | |
tree | 625073e53e6f01456702517437fd000bfac144f7 /arch/powerpc | |
parent | eabdb8ca8690eedd461e61ea7780595fbbae8132 (diff) | |
download | linux-e6536a9f94c00a5e1da0a869ccea07e9a59665e4.tar.bz2 |
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>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/platforms/powermac/bootx_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powermac/bootx_init.c b/arch/powerpc/platforms/powermac/bootx_init.c index ba0964c17620..3b3b0b9b3577 100644 --- a/arch/powerpc/platforms/powermac/bootx_init.c +++ b/arch/powerpc/platforms/powermac/bootx_init.c @@ -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 (;;) ; |