Skip to content

Commit

Permalink
Fix spelling of "supported/unsupported".
Browse files Browse the repository at this point in the history
Signed-off-by: Vagrant Cascadian <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Peter Griffin <[email protected]>
  • Loading branch information
vagrantc authored and trini committed Mar 22, 2016
1 parent 0e28065 commit 0af49b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion board/hisilicon/hikey/hikey.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fs/fat/fat_write.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 0af49b9

Please sign in to comment.