mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
Fix spelling of "multiple".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
0fc4aad404
commit
1381901e9a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue