Skip to content
Snippets Groups Projects
Commit 1381901e authored by Vagrant Cascadian's avatar Vagrant Cascadian Committed by Tom Rini
Browse files

Fix spelling of "multiple".

parent 0fc4aad4
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment