diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2016-10-23 20:45:16 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-31 10:13:16 -0400 |
commit | 1381901e9a4b427e45b44efb4ed9839d7e3a5d24 (patch) | |
tree | eb7089a903e0c864cda5b85e43e41d116f1516ef /fs/ubifs | |
parent | 0fc4aad404d62f7e32ccb9d727efef20b45ea4b9 (diff) |
Fix spelling of "multiple".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'fs/ubifs')
-rw-r--r-- | fs/ubifs/ubifs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/ubifs.c b/fs/ubifs/ubifs.c index cdc04c662dd..cc397d605b0 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; } |