commit | 1381901e9a4b427e45b44efb4ed9839d7e3a5d24 | [log] [tgz] |
---|---|---|
author | Vagrant Cascadian <vagrant@debian.org> | Sun Oct 23 20:45:16 2016 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 10:13:16 2016 -0400 |
tree | eb7089a903e0c864cda5b85e43e41d116f1516ef | |
parent | 0fc4aad404d62f7e32ccb9d727efef20b45ea4b9 [diff] [blame] |
Fix spelling of "multiple". Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Reviewed-by: Simon Glass <sjg@chromium.org>
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 @@ *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; }