[Skiboot] [TRIVIAL PATCH] external/common: Fix grammar in arch_flash error message

Samuel Mendoza-Jonas sam.mj at au1.ibm.com
Mon Dec 14 11:21:07 AEDT 2015


Signed-off-by: Samuel Mendoza-Jonas <sam.mj at au1.ibm.com>
---
 external/common/arch_flash_powerpc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/external/common/arch_flash_powerpc.c b/external/common/arch_flash_powerpc.c
index 0cc7107..93eacee 100644
--- a/external/common/arch_flash_powerpc.c
+++ b/external/common/arch_flash_powerpc.c
@@ -90,7 +90,7 @@ static int get_dev_mtd(const char *fdt_flash_path, char **mtd_path)
 	if (fd == -1) {
 		fprintf(stderr, "Couldn't open '%s' FDT attribute to determine which flash device to use\n",
 				fdt_flash_path);
-		fprintf(stderr, "Does your skiboot new enough to expose the flash through the device tree?\n");
+		fprintf(stderr, "Is your skiboot new enough to expose the flash through the device tree?\n");
 		hint_root();
 		return -1;
 	}
-- 
2.6.3



More information about the Skiboot mailing list