From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vagrant Cascadian Date: Sun, 23 Oct 2016 20:45:16 -0700 Subject: [U-Boot] [PATCH 1/4] Fix spelling of "multiple". Message-ID: <20161024034520.26772-1-vagrant@debian.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Vagrant Cascadian --- fs/ubifs/ubifs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ubifs/ubifs.c b/fs/ubifs/ubifs.c index cdc04c6..cc397d6 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; } -- 2.9.3