mtd/fs/jffs2 wbuf.c,1.29,1.30

gleixner at infradead.org gleixner at infradead.org
Wed Feb 19 12:48:52 EST 2003


Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv11900

Modified Files:
	wbuf.c 
Log Message:
s/adress/address/ as suggested by dwmw2 :)

Index: wbuf.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/wbuf.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- wbuf.c	19 Feb 2003 11:04:39 -0000	1.29
+++ wbuf.c	19 Feb 2003 17:48:49 -0000	1.30
@@ -258,7 +258,7 @@
 	if (!c->wbuf)
 		return jffs2_flash_direct_writev(c, invecs, count, to, retlen);
 	
-	/* If wbuf_ofs is not initialized, set it to target adress */
+	/* If wbuf_ofs is not initialized, set it to target address */
 	if (c->wbuf_ofs == 0xFFFFFFFF) {
 		c->wbuf_ofs = PAGE_DIV(to);
 		c->wbuf_len = PAGE_MOD(to);			





More information about the linux-mtd-cvs mailing list