From f7b4e36b1713d6b88f88e8e3cf4759c6337a6f66 Mon Sep 17 00:00:00 2001 From: Andrew Donnellan Date: Tue, 23 Feb 2016 16:32:37 +1100 Subject: fsp: fix spelling of "advertise" in log message Signed-off-by: Andrew Donnellan Signed-off-by: Stewart Smith --- hw/fsp/fsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/fsp/fsp.c b/hw/fsp/fsp.c index 220b97e..26ae71e 100644 --- a/hw/fsp/fsp.c +++ b/hw/fsp/fsp.c @@ -2127,7 +2127,7 @@ void fsp_opl(void) fsp_sync_msg(fsp_mkmsg(FSP_CMD_CONTINUE_ACK, 0), true); /* Wait for various FSP messages */ - prlog(PR_INFO, "INIT: Waiting for FSP to advertize new role...\n"); + prlog(PR_INFO, "INIT: Waiting for FSP to advertise new role...\n"); while(!(ipl_state & ipl_got_new_role)) { cpu_relax(); opal_run_pollers(); -- cgit v1.1