projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fc4aad
)
Fix spelling of "multiple".
author
Vagrant Cascadian
<vagrant@debian.org>
Mon, 24 Oct 2016 03:45:16 +0000
(20:45 -0700)
committer
Tom Rini
<trini@konsulko.com>
Mon, 31 Oct 2016 14:13:16 +0000
(10:13 -0400)
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
fs/ubifs/ubifs.c
patch
|
blob
|
history
diff --git
a/fs/ubifs/ubifs.c
b/fs/ubifs/ubifs.c
index cdc04c662dd8d9c358c344b8a7e02e83bc5effad..cc397d605b0e03b1901f96cbb88cb62411002004 100644
(file)
--- 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 mult
i
ple of %d\n",
PAGE_SIZE);
return -1;
}