diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 16:33:42 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 16:33:42 +0100 |
commit | c78bad11fbf1272ea021f56458025dc98486d6f4 (patch) | |
tree | 7ac1cc64d3429c3b3c52e707212d5a0711a9a9d1 /fs/gfs2/recovery.c | |
parent | drivers/watchdog/: Spelling fixes (diff) | |
download | linux-c78bad11fbf1272ea021f56458025dc98486d6f4.tar.xz linux-c78bad11fbf1272ea021f56458025dc98486d6f4.zip |
fs/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'fs/gfs2/recovery.c')
-rw-r--r-- | fs/gfs2/recovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/recovery.c b/fs/gfs2/recovery.c index b249e294a95b..6fb07d67ca8a 100644 --- a/fs/gfs2/recovery.c +++ b/fs/gfs2/recovery.c @@ -450,7 +450,7 @@ int gfs2_recover_journal(struct gfs2_jdesc *jd) fs_info(sdp, "jid=%u: Trying to acquire journal lock...\n", jd->jd_jid); - /* Aquire the journal lock so we can do recovery */ + /* Acquire the journal lock so we can do recovery */ error = gfs2_glock_nq_num(sdp, jd->jd_jid, &gfs2_journal_glops, LM_ST_EXCLUSIVE, |