diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-06-11 06:17:00 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-06-16 12:05:05 -0400 |
commit | 421f91d21ad6f799dc7b489bb33cc560ccc56f98 (patch) | |
tree | aaf9f6385233fdf9277e634603156c89ede7f770 /fs/ocfs2 | |
parent | 65155b3708137fabee865dc4da822763c0c41208 (diff) |
fix typos concerning "initiali[zs]e"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/ocfs2')
-rw-r--r-- | fs/ocfs2/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index 2c26ce251cb3..812f10233b10 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c | |||
@@ -2476,7 +2476,7 @@ static void ocfs2_delete_osb(struct ocfs2_super *osb) | |||
2476 | kfree(osb->slot_recovery_generations); | 2476 | kfree(osb->slot_recovery_generations); |
2477 | /* FIXME | 2477 | /* FIXME |
2478 | * This belongs in journal shutdown, but because we have to | 2478 | * This belongs in journal shutdown, but because we have to |
2479 | * allocate osb->journal at the start of ocfs2_initalize_osb(), | 2479 | * allocate osb->journal at the start of ocfs2_initialize_osb(), |
2480 | * we free it here. | 2480 | * we free it here. |
2481 | */ | 2481 | */ |
2482 | kfree(osb->journal); | 2482 | kfree(osb->journal); |