Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6536a9f authored by Colin Ian King's avatar Colin Ian King Committed by Michael Ellerman
Browse files

powerpc: fix spelling mistake: "Usupported" -> "Unsupported"



Trivial fix to spelling mistake in bootx_printf message text

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent eabdb8ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 (;;)
			;