Pārlūkot izejas kodu

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>
Vagrant Cascadian 8 gadi atpakaļ
vecāks
revīzija
0af49b9575
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      board/hisilicon/hikey/hikey.c
  2. 1 1
      fs/fat/fat_write.c

+ 1 - 1
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

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