[PATCH 7/9] fs/jfs: typo fix of faild to failed

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Joe Perches
Date: Thursday, October 21, 2010 - 10:17 pm

Signed-off-by: Joe Perches <joe@perches.com>
---
 fs/jfs/jfs_mount.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/jfs/jfs_mount.c b/fs/jfs/jfs_mount.c
index 7b698f2..9895595 100644
--- a/fs/jfs/jfs_mount.c
+++ b/fs/jfs/jfs_mount.c
@@ -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;
 		}
-- 
1.7.3.1.g432b3.dirty

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/9] Typo fixes of faild to failed, Joe Perches, (Thu Oct 21, 10:17 pm)
[PATCH 1/9] drivers/ata: typo fix of faild to failed, Joe Perches, (Thu Oct 21, 10:17 pm)
[PATCH 3/9] drivers/net: typo fix of faild to failed, Joe Perches, (Thu Oct 21, 10:17 pm)
[PATCH 4/9] drivers/rtc: typo fix of faild to failed, Joe Perches, (Thu Oct 21, 10:17 pm)
[PATCH 5/9] drivers/video: typo fix of faild to failed, Joe Perches, (Thu Oct 21, 10:17 pm)
[PATCH 6/9] fs/exofs: typo fix of faild to failed, Joe Perches, (Thu Oct 21, 10:17 pm)
[PATCH 7/9] fs/jfs: typo fix of faild to failed, Joe Perches, (Thu Oct 21, 10:17 pm)
Re: [PATCH 4/9] drivers/rtc: typo fix of faild to failed, Wan ZongShun, (Thu Oct 21, 10:21 pm)
Re: [PATCH 0/9] Typo fixes of faild to failed, Mike Frysinger, (Fri Oct 22, 1:15 pm)
Re: [PATCH 6/9] fs/exofs: typo fix of faild to failed, Boaz Harrosh, (Sun Oct 24, 3:09 am)