summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-07-30 12:17:49 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2010-07-30 12:17:49 +1000
commita2e8eaaef6a5e42e77c49b7e7fe4387e0e60dbf3 (patch)
treeb47343a092ccd13c5f56f7b284dcf61dccf74bcc /fs/ext4/super.c
parente0c8f3ac835ba1cc2726dd551dd1fe56b776524d (diff)
parentf4d01439515acd5d9a09de1d1e02ca40403dda49 (diff)
Merge remote branch 'trivial/for-next'
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r--fs/ext4/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index 44007f856f59..dd0d0686a969 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -3107,7 +3107,7 @@ no_journal:
ext4_ext_init(sb);
err = ext4_mb_init(sb, needs_recovery);
if (err) {
- ext4_msg(sb, KERN_ERR, "failed to initalize mballoc (%d)",
+ ext4_msg(sb, KERN_ERR, "failed to initialize mballoc (%d)",
err);
goto failed_mount4;
}