aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/lockspace.c
diff options
context:
space:
mode:
authorAlexander Aring <aahringo@redhat.com>2021-11-02 15:17:08 -0400
committerDavid Teigland <teigland@redhat.com>2021-11-02 14:39:20 -0500
commitbb6866a5bdc5ff0236147c01394f6a264978a16c (patch)
treed1ce7b4259aa42ba443868277513b71e63c691d4 /fs/dlm/lockspace.c
parentdea450c90f463de57d7f351711a6ac7e89090843 (diff)
downloadlinux-bb6866a5bdc5ff0236147c01394f6a264978a16c.tar.gz
fs: dlm: fix small lockspace typo
This patch fixes a typo from lockspace to lockspace. Signed-off-by: Alexander Aring <aahringo@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/lockspace.c')
-rw-r--r--fs/dlm/lockspace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/lockspace.c b/fs/dlm/lockspace.c
index 10eddfa6c3d7b..b90566502a813 100644
--- a/fs/dlm/lockspace.c
+++ b/fs/dlm/lockspace.c
@@ -868,7 +868,7 @@ static int release_lockspace(struct dlm_ls *ls, int force)
* until this returns.
*
* Force has 4 possible values:
- * 0 - don't destroy locksapce if it has any LKBs
+ * 0 - don't destroy lockspace if it has any LKBs
* 1 - destroy lockspace if it has remote LKBs but not if it has local LKBs
* 2 - destroy lockspace regardless of LKBs
* 3 - destroy lockspace as part of a forced shutdown