aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam.mj@au1.ibm.com>2015-12-14 11:21:07 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-12-14 13:52:49 +1100
commitcfc03baebbf658ec2d48dd9d5f0c1470ae30f58d (patch)
tree23738d497d618b8ac35e5334ddd804da74981842
parent84b3e81829b64a2385866aa39b697a6b2fc72b36 (diff)
downloadskiboot-cfc03baebbf658ec2d48dd9d5f0c1470ae30f58d.zip
skiboot-cfc03baebbf658ec2d48dd9d5f0c1470ae30f58d.tar.gz
skiboot-cfc03baebbf658ec2d48dd9d5f0c1470ae30f58d.tar.bz2
external/common: Fix grammar in arch_flash error message
Signed-off-by: Samuel Mendoza-Jonas <sam.mj@au1.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--external/common/arch_flash_powerpc.c2
1 files changed, 1 insertions, 1 deletions
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;
}