]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/jfs/jfs_mount.c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[net-next-2.6.git] / fs / jfs / jfs_mount.c
index 7b698f2ec45afc5f598ff21ffea3bc95fc0422c2..9895595fd2f24c5e3128c0138c554430a73e48d8 100644 (file)
@@ -97,7 +97,7 @@ int jfs_mount(struct super_block *sb)
 
        ipaimap = diReadSpecial(sb, AGGREGATE_I, 0);
        if (ipaimap == NULL) {
-               jfs_err("jfs_mount: Faild to read AGGREGATE_I");
+               jfs_err("jfs_mount: Failed to read AGGREGATE_I");
                rc = -EIO;
                goto errout20;
        }
@@ -148,7 +148,7 @@ int jfs_mount(struct super_block *sb)
        if ((sbi->mntflag & JFS_BAD_SAIT) == 0) {
                ipaimap2 = diReadSpecial(sb, AGGREGATE_I, 1);
                if (!ipaimap2) {
-                       jfs_err("jfs_mount: Faild to read AGGREGATE_I");
+                       jfs_err("jfs_mount: Failed to read AGGREGATE_I");
                        rc = -EIO;
                        goto errout35;
                }