diff mbox

[U-Boot,1/4] Fix spelling of "multiple".

Message ID 20161024034520.26772-1-vagrant@debian.org
State Accepted
Commit 1381901e9a4b427e45b44efb4ed9839d7e3a5d24
Delegated to: Tom Rini
Headers show

Commit Message

Vagrant Cascadian Oct. 24, 2016, 3:45 a.m. UTC
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
---

 fs/ubifs/ubifs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Oct. 26, 2016, 4:31 p.m. UTC | #1
On 23 October 2016 at 20:45, Vagrant Cascadian <vagrant@debian.org> wrote:
> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
> ---
>
>  fs/ubifs/ubifs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini Nov. 2, 2016, 2:26 p.m. UTC | #2
On Sun, Oct 23, 2016 at 08:45:16PM -0700, Vagrant Cascadian wrote:

> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master (before v2016.11-rc3), thanks!
diff mbox

Patch

diff --git a/fs/ubifs/ubifs.c b/fs/ubifs/ubifs.c
index cdc04c6..cc397d6 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;
 	}