From: Vagrant Cascadian Date: Mon, 24 Oct 2016 03:45:16 +0000 (-0700) Subject: Fix spelling of "multiple". X-Git-Tag: v2016.11-rc3~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1381901e9a4b427e45b44efb4ed9839d7e3a5d24;p=u-boot Fix spelling of "multiple". Signed-off-by: Vagrant Cascadian Reviewed-by: Simon Glass --- diff --git a/fs/ubifs/ubifs.c b/fs/ubifs/ubifs.c index cdc04c662d..cc397d605b 100644 --- a/fs/ubifs/ubifs.c +++ b/fs/ubifs/ubifs.c @@ -854,7 +854,7 @@ int ubifs_read(const char *filename, void *buf, loff_t offset, *actread = 0; if (offset & (PAGE_SIZE - 1)) { - printf("ubifs: Error offset must be a multple of %d\n", + printf("ubifs: Error offset must be a multiple of %d\n", PAGE_SIZE); return -1; }