Skip to content

Commit

Permalink
Fix spelling of "multiple".
Browse files Browse the repository at this point in the history
Signed-off-by: Vagrant Cascadian <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
  • Loading branch information
vagrantc authored and trini committed Oct 31, 2016
1 parent 0fc4aad commit 1381901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ubifs/ubifs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 1381901

Please sign in to comment.