From cfc03baebbf658ec2d48dd9d5f0c1470ae30f58d Mon Sep 17 00:00:00 2001 From: Samuel Mendoza-Jonas Date: Mon, 14 Dec 2015 11:21:07 +1100 Subject: external/common: Fix grammar in arch_flash error message Signed-off-by: Samuel Mendoza-Jonas Signed-off-by: Stewart Smith --- 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 53c14ce..a647219 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; } -- cgit v1.1