From: Vagrant Cascadian Date: Tue, 28 Jun 2016 07:38:27 +0000 (+0000) Subject: fix-typo-supported X-Git-Tag: archive/raspbian/2016.11+dfsg1-3+rpi1^2^2^2^2^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ae6d9eb9a1f777571b06740336542025092e1f76;p=u-boot.git fix-typo-supported =================================================================== Gbp-Pq: Name fix-typo-supported --- diff --git a/board/hisilicon/hikey/hikey.c b/board/hisilicon/hikey/hikey.c index c4ae40bfb..cf9c77dbc 100644 --- a/board/hisilicon/hikey/hikey.c +++ b/board/hisilicon/hikey/hikey.c @@ -76,7 +76,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 5ed324ce1..8b1899d44 100644 --- a/fs/fat/fat_write.c +++ b/fs/fat/fat_write.c @@ -1136,7 +1136,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; }