From 0af49b9575476587d7c0cfd79ba29a21aa50bc05 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 15 Mar 2016 12:11:13 -0700 Subject: Fix spelling of "supported/unsupported". Signed-off-by: Vagrant Cascadian Reviewed-by: Simon Glass Reviewed-by: Tom Rini Reviewed-by: Peter Griffin --- fs/fat/fat_write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/fat') diff --git a/fs/fat/fat_write.c b/fs/fat/fat_write.c index baa85ec3b4..eb3a916948 100644 --- a/fs/fat/fat_write.c +++ b/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; } -- cgit v1.2.1