diff mbox

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

Message ID 1450052467-14646-1-git-send-email-sam.mj@au1.ibm.com
State Accepted
Headers show

Commit Message

Sam Mendoza-Jonas Dec. 14, 2015, 12:21 a.m. UTC
Signed-off-by: Samuel Mendoza-Jonas <sam.mj@au1.ibm.com>
---
 external/common/arch_flash_powerpc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stewart Smith Dec. 14, 2015, 5:50 a.m. UTC | #1
Samuel Mendoza-Jonas <sam.mj@au1.ibm.com> writes:
> Signed-off-by: Samuel Mendoza-Jonas <sam.mj@au1.ibm.com>
> ---
>  external/common/arch_flash_powerpc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks! merged to stable and master.

Stable because.. well... bad grammar fits the "actual problem" category
according to my mood today.
diff mbox

Patch

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;
 	}