public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH resend] mkfs_jffs2: fix typo for word unknown
@ 2011-10-10  8:40 Andy Shevchenko
  2011-10-10  8:40 ` [PATCH resend] tests: checkfs: remove unused code Andy Shevchenko
  2011-10-14  9:20 ` [PATCH resend] mkfs_jffs2: fix typo for word unknown Bityutskiy, Artem
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Shevchenko @ 2011-10-10  8:40 UTC (permalink / raw)
  To: Artem Bityutskiy, linux-mtd; +Cc: Alexey Dokuchaev, Andy Shevchenko

Signed-off-by: Alexey Dokuchaev <danfe@nsu.ru>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 compr.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/compr.c b/compr.c
index 2d3a56b..cb4432e 100644
--- a/compr.c
+++ b/compr.c
@@ -320,7 +320,7 @@ uint16_t jffs2_compress( unsigned char *data_in, unsigned char **cpage_out,
 			}
 			break;
 		default:
-			fprintf(stderr,"mkfs.jffs2: unknow compression mode.\n");
+			fprintf(stderr,"mkfs.jffs2: unknown compression mode.\n");
 	}
 out:
 	if (ret == JFFS2_COMPR_NONE) {
@@ -416,7 +416,7 @@ char *jffs2_stats(void)
 			act_buf += sprintf(act_buf, "favourlzo");
 			break;
 		default:
-			act_buf += sprintf(act_buf,"unkown");
+			act_buf += sprintf(act_buf, "unknown");
 			break;
 	}
 	act_buf += sprintf(act_buf,"\nCompressors:\n");
-- 
1.7.6.3

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

end of thread, other threads:[~2011-10-14  9:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10  8:40 [PATCH resend] mkfs_jffs2: fix typo for word unknown Andy Shevchenko
2011-10-10  8:40 ` [PATCH resend] tests: checkfs: remove unused code Andy Shevchenko
2011-10-14  9:20 ` [PATCH resend] mkfs_jffs2: fix typo for word unknown Bityutskiy, Artem

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