From aa99129c19c1a92b95246d3e846caf7bf1950a19 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Thu, 9 Mar 2017 11:45:34 +1100 Subject: [PATCH] init: Cosmetic fixup of comment Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Stewart Smith --- core/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/init.c b/core/init.c index 58f96f471e01..983ead5d4c2f 100644 --- a/core/init.c +++ b/core/init.c @@ -890,8 +890,8 @@ void __noreturn __nomcount main_cpu_entry(const void *fdt) /* * Initialize the opal messaging before platform.init as we are - * getting request to queue occ load opal message when host services - * got load occ request from FSP + * getting request to queue occ load opal message when host services + * got load occ request from FSP */ opal_init_msg();