summaryrefslogtreecommitdiffhomepage
path: root/src/coreboot-print-name.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coreboot-print-name.c')
-rw-r--r--src/coreboot-print-name.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreboot-print-name.c b/src/coreboot-print-name.c
index 48f7869..e2ad8c4 100644
--- a/src/coreboot-print-name.c
+++ b/src/coreboot-print-name.c
@@ -11,7 +11,7 @@
void cb_print_name(void)
{
#ifdef __COMPILE_POWERPC__
- cb_put_string(">> CoreBoot for POWER.\r\n");
+ cb_put_string(">> CoreBoot for POWERPC.\r\n");
#endif // __COMPILE_POWERPC__
#ifdef __COMPILE_ARM64__