]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Fix spelling of "supported/unsupported".
authorVagrant Cascadian <vagrant@debian.org>
Tue, 15 Mar 2016 19:11:13 +0000 (12:11 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 22 Mar 2016 16:16:14 +0000 (12:16 -0400)
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>
board/hisilicon/hikey/hikey.c
fs/fat/fat_write.c

index 1edc807bd397055ffdec8e0c0bcb8580d5d918f5..3b484a96e9355a75af913349fdce268ecab3cbf0 100644 (file)
@@ -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
index baa85ec3b44d8ce6515ada780038ab0af1d350f1..eb3a9169484ab290268fdf82bd86be76ecd10415 100644 (file)
@@ -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;
        }