commit | bfdfd10f0732c239015ff9f328791949460d88e1 | [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 | f3d4c3c9f2301f6fb1675f22f71062198447f4ed [diff] |
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; }