From 0af49b9575476587d7c0cfd79ba29a21aa50bc05 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 15 Mar 2016 12:11:13 -0700 Subject: Fix spelling of "supported/unsupported". Signed-off-by: Vagrant Cascadian Reviewed-by: Simon Glass Reviewed-by: Tom Rini Reviewed-by: Peter Griffin --- board/hisilicon/hikey/hikey.c | 2 +- fs/fat/fat_write.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/hisilicon/hikey/hikey.c b/board/hisilicon/hikey/hikey.c index 1edc807bd3..3b484a96e9 100644 --- a/board/hisilicon/hikey/hikey.c +++ b/board/hisilicon/hikey/hikey.c @@ -77,7 +77,7 @@ static const struct pl01x_serial_platdata serial_platdata = { #elif CONFIG_CONS_INDEX == 4 .base = HI6220_UART3_BASE, #else -#error "Unsuported console index value." +#error "Unsupported console index value." #endif .type = TYPE_PL011, .clock = 19200000 diff --git a/fs/fat/fat_write.c b/fs/fat/fat_write.c index baa85ec3b4..eb3a916948 100644 --- a/fs/fat/fat_write.c +++ b/fs/fat/fat_write.c @@ -1135,7 +1135,7 @@ int file_fat_write(const char *filename, void *buffer, loff_t offset, loff_t maxsize, loff_t *actwrite) { if (offset != 0) { - printf("Error: non zero offset is currently not suported.\n"); + printf("Error: non zero offset is currently not supported.\n"); return -1; } -- cgit v1.2.1