Fix spelling of "supported/unsupported".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
diff --git a/board/hisilicon/hikey/hikey.c b/board/hisilicon/hikey/hikey.c
index 1edc807..3b484a9 100644
--- a/board/hisilicon/hikey/hikey.c
+++ b/board/hisilicon/hikey/hikey.c
@@ -77,7 +77,7 @@
#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 baa85ec..eb3a916 100644
--- a/fs/fat/fat_write.c
+++ b/fs/fat/fat_write.c
@@ -1135,7 +1135,7 @@
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;
}