[JFFS2][XATTR] Fix obvious typo

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Sun May 21 14:59:08 EDT 2006


Commit:     21b9879bf2817aca343cdda11ade6a87f5373e74
Parent:     c8708a9275928cc8e77bd443cd12565dda0a3ded
Author:     KaiGai Kohei <kaigai at ak.jp.nec.com>
AuthorDate: Sat May 13 15:22:29 2006 +0900
Commit:     KaiGai Kohei <kaigai at ak.jp.nec.com>
CommitDate: Sat May 13 15:22:29 2006 +0900

    [JFFS2][XATTR] Fix obvious typo
    
    [2/2] jffs2-xattr-v5.2-02-fix_obvious_typo.patch
    
    Signed-off-by: KaiGai Kohei <kaigai at ak.jp.nec.com>

 fs/jffs2/xattr.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/jffs2/xattr.c b/fs/jffs2/xattr.c
index 330e449..057bd4d 100644
--- a/fs/jffs2/xattr.c
+++ b/fs/jffs2/xattr.c
@@ -438,7 +438,7 @@ static struct jffs2_xattr_datum *create_
 	return xd;
 }
 
-/* -------- xdatum related functions ----------------
+/* -------- xref related functions ------------------
  * verify_xattr_ref(c, ref)
  *   is used to load xref information from medium. Because summary data does not
  *   contain xid/ino, it's necessary to verify once while mounting process.



More information about the linux-mtd-cvs mailing list