aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/dlm/userdlm.h
diff options
context:
space:
mode:
authorColy Li <coyli@suse.de>2008-11-05 15:16:24 +0800
committerMark Fasheh <mfasheh@suse.com>2008-12-01 14:46:31 -0800
commit3b5da0189c93160e44b878d2c72e9552d642497c (patch)
tree980f6fd7f8f4fcd59f0d48302d2ff9ae8620be5d /fs/ocfs2/dlm/userdlm.h
parent6a1214113090905aca6a492fc8ef10d84c608a69 (diff)
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/dlm/userdlm.h')
-rw-r--r--fs/ocfs2/dlm/userdlm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dlm/userdlm.h b/fs/ocfs2/dlm/userdlm.h
index 39ec2773849..0c3cc03c61f 100644
--- a/fs/ocfs2/dlm/userdlm.h
+++ b/fs/ocfs2/dlm/userdlm.h
@@ -33,7 +33,7 @@
#include <linux/workqueue.h>
/* user_lock_res->l_flags flags. */
-#define USER_LOCK_ATTACHED (0x00000001) /* have we initialized
+#define USER_LOCK_ATTACHED (0x00000001) /* we have initialized
* the lvb */
#define USER_LOCK_BUSY (0x00000002) /* we are currently in
* dlm_lock */