]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/jffs2/readinode.c
Merge branch 'akpm' (patches from Andrew)
[karo-tx-linux.git] / fs / jffs2 / readinode.c
index 06a71dbd4833e3bdf4ea5277bc50e15ee40c45ad..389ea53ea487538061ff3b6da78e27df2f894ac1 100644 (file)
@@ -1366,7 +1366,7 @@ int jffs2_do_read_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f,
                jffs2_add_ino_cache(c, f->inocache);
        }
        if (!f->inocache) {
-               JFFS2_ERROR("requestied to read an nonexistent ino %u\n", ino);
+               JFFS2_ERROR("requested to read a nonexistent ino %u\n", ino);
                return -ENOENT;
        }