mtd/fs/jffs2 gc.c,1.137,1.138

Artem Bityuckiy dedekind at infradead.org
Sat Nov 13 04:51:16 EST 2004


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

Modified Files:
	gc.c 
Log Message:
Fix typo in comment.


Index: gc.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/gc.c,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- gc.c	20 Jul 2004 13:44:55 -0000	1.137
+++ gc.c	13 Nov 2004 09:51:12 -0000	1.138
@@ -637,7 +637,7 @@
 
 	/* Link into per-inode list. This is safe because of the ic
 	   state being INO_STATE_GC. Note that if we're doing this
-	   for an inode which is in-code, the 'nraw' pointer is then
+	   for an inode which is in-core, the 'nraw' pointer is then
 	   going to be fetched from ic->nodes by our caller. */
         nraw->next_in_ino = ic->nodes;
         ic->nodes = nraw;





More information about the linux-mtd-cvs mailing list