fix comment typos concerning "sequential"

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Uwe Kleine-König
2010-07-01 20:48:44 +02:00
committed by Jiri Kosina
parent 69c8f52b38
commit b27d63d8f8
2 changed files with 3 additions and 3 deletions

View File

@@ -185,7 +185,7 @@ struct jffs2_raw_xref
jint32_t hdr_crc;
jint32_t ino; /* inode number */
jint32_t xid; /* XATTR identifier number */
jint32_t xseqno; /* xref sequencial number */
jint32_t xseqno; /* xref sequential number */
jint32_t node_crc;
} __attribute__((packed));