diff options
Diffstat (limited to 'fs/jffs2/readinode.c')
-rw-r--r-- | fs/jffs2/readinode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jffs2/readinode.c b/fs/jffs2/readinode.c index fb89ab5e1d50..e512a93d6249 100644 --- a/fs/jffs2/readinode.c +++ b/fs/jffs2/readinode.c | |||
@@ -742,7 +742,7 @@ static inline int read_dnode(struct jffs2_sb_info *c, struct jffs2_raw_node_ref | |||
742 | * are not obsolete. | 742 | * are not obsolete. |
743 | * | 743 | * |
744 | * Of course, this optimization only makes sense in case | 744 | * Of course, this optimization only makes sense in case |
745 | * of NAND flashes (or other flashes whith | 745 | * of NAND flashes (or other flashes with |
746 | * !jffs2_can_mark_obsolete()), since on NOR flashes | 746 | * !jffs2_can_mark_obsolete()), since on NOR flashes |
747 | * nodes are marked obsolete physically. | 747 | * nodes are marked obsolete physically. |
748 | * | 748 | * |