aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-06-30 18:23:04 +0200
committerAdrian Bunk <bunk@stusta.de>2006-06-30 18:23:04 +0200
commit0418726bb5c7b5a70c7e7e82e860d5979d0c78cf (patch)
tree6804c0ac8e4eff56803b6d1d6ce6fdb19a4bd5a4 /fs/jfs
parenttypo fixes: mecanism -> mechanism (diff)
downloadlinux-dev-0418726bb5c7b5a70c7e7e82e860d5979d0c78cf.tar.xz
linux-dev-0418726bb5c7b5a70c7e7e82e860d5979d0c78cf.zip
typo fixes: aquire -> acquire
Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'fs/jfs')
-rw-r--r--fs/jfs/jfs_txnmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jfs/jfs_txnmgr.c b/fs/jfs/jfs_txnmgr.c
index ac3d66948e8c..10c46231ce15 100644
--- a/fs/jfs/jfs_txnmgr.c
+++ b/fs/jfs/jfs_txnmgr.c
@@ -842,7 +842,7 @@ struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp,
TXN_UNLOCK();
release_metapage(mp);
TXN_LOCK();
- xtid = tlck->tid; /* reaquire after dropping TXN_LOCK */
+ xtid = tlck->tid; /* reacquire after dropping TXN_LOCK */
jfs_info("txLock: in waitLock, tid = %d, xtid = %d, lid = %d",
tid, xtid, lid);