summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/ocfs2.h
diff options
context:
space:
mode:
authorColy Li2008-11-05 08:16:24 +0100
committerMark Fasheh2008-12-01 23:46:31 +0100
commit3b5da0189c93160e44b878d2c72e9552d642497c (patch)
tree980f6fd7f8f4fcd59f0d48302d2ff9ae8620be5d /fs/ocfs2/ocfs2.h
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... (diff)
downloadkernel-qcow2-linux-3b5da0189c93160e44b878d2c72e9552d642497c.tar.gz
kernel-qcow2-linux-3b5da0189c93160e44b878d2c72e9552d642497c.tar.xz
kernel-qcow2-linux-3b5da0189c93160e44b878d2c72e9552d642497c.zip
ocfs2: comments typo fix
This patch fixes two typos in comments of ocfs2. Signed-off-by: Coly Li <coyli@suse.de> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to 'fs/ocfs2/ocfs2.h')
-rw-r--r--fs/ocfs2/ocfs2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h
index fef7ece32376..3fed9e3d8992 100644
--- a/fs/ocfs2/ocfs2.h
+++ b/fs/ocfs2/ocfs2.h
@@ -85,7 +85,7 @@ enum ocfs2_unlock_action {
};
/* ocfs2_lock_res->l_flags flags. */
-#define OCFS2_LOCK_ATTACHED (0x00000001) /* have we initialized
+#define OCFS2_LOCK_ATTACHED (0x00000001) /* we have initialized
* the lvb */
#define OCFS2_LOCK_BUSY (0x00000002) /* we are currently in
* dlm_lock */