cifs: make new inode cache when file type is different
[deliverable/linux.git] / fs / reiserfs / journal.c
index d571e173a9909110ae00452e87ae307cbfbc7730..9d6486d416a33308047e1f21a92cd9cf21f7c144 100644 (file)
@@ -2772,7 +2772,7 @@ int journal_init(struct super_block *sb, const char *j_dev_name,
 
        if (journal_init_dev(sb, journal, j_dev_name) != 0) {
                reiserfs_warning(sb, "sh-462",
-                                "unable to initialize jornal device");
+                                "unable to initialize journal device");
                goto free_and_return;
        }
 
This page took 0.024715 seconds and 5 git commands to generate.