Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block
[firefly-linux-kernel-4.4.55.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;
                }