public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/4] Fix spelling of "multiple".
@ 2016-10-24  3:45 Vagrant Cascadian
  2016-10-24  3:45 ` [U-Boot] [PATCH 2/4] Fix spelling of "occur" Vagrant Cascadian
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Vagrant Cascadian @ 2016-10-24  3:45 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
---

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

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;
 	}
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-11-02 14:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-24  3:45 [U-Boot] [PATCH 1/4] Fix spelling of "multiple" Vagrant Cascadian
2016-10-24  3:45 ` [U-Boot] [PATCH 2/4] Fix spelling of "occur" Vagrant Cascadian
2016-10-24  7:51   ` Angelo Dureghello
2016-10-26 16:31   ` Simon Glass
2016-11-02 14:26   ` [U-Boot] [U-Boot,2/4] " Tom Rini
2016-10-24  3:45 ` [U-Boot] [PATCH 3/4] Fix spelling of "extended" Vagrant Cascadian
2016-10-26 16:31   ` Simon Glass
2016-11-02 14:26   ` [U-Boot] [U-Boot,3/4] " Tom Rini
2016-10-24  3:45 ` [U-Boot] [PATCH 4/4] Fix spelling of "resetting" Vagrant Cascadian
2016-10-26 16:31   ` Simon Glass
2016-11-02 14:26   ` [U-Boot] [U-Boot,4/4] " Tom Rini
2016-10-26 16:31 ` [U-Boot] [PATCH 1/4] Fix spelling of "multiple" Simon Glass
2016-11-02 14:26 ` [U-Boot] [U-Boot,1/4] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox