summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2016-10-23 20:45:16 -0700
committerTom Rini <trini@konsulko.com>2016-10-31 10:13:16 -0400
commit1381901e9a4b427e45b44efb4ed9839d7e3a5d24 (patch)
treeeb7089a903e0c864cda5b85e43e41d116f1516ef /fs
parent0fc4aad404d62f7e32ccb9d727efef20b45ea4b9 (diff)
Fix spelling of "multiple".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'fs')
-rw-r--r--fs/ubifs/ubifs.c2
1 files changed, 1 insertions, 1 deletions
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;
}