aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/lock_dlm.c
diff options
context:
space:
mode:
authorZhang Jiaming <jiaming@nfschina.com>2022-06-23 17:37:16 +0800
committerAndreas Gruenbacher <agruenba@redhat.com>2022-06-24 01:49:50 +0200
commitfe39dc98fb241a67f4a5a5eb6f842a05c4e316b8 (patch)
tree57e6fb548dc37def41ba8ae2e9be13cf786110f8 /fs/gfs2/lock_dlm.c
parentgfs2: Rewrap overlong comment in do_promote (diff)
downloadlinux-dev-fe39dc98fb241a67f4a5a5eb6f842a05c4e316b8.tar.xz
linux-dev-fe39dc98fb241a67f4a5a5eb6f842a05c4e316b8.zip
gfs2: Fix spelling mistake in comment
Change 'accomodate' to 'accommodate'. Signed-off-by: Zhang Jiaming <jiaming@nfschina.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/lock_dlm.c')
-rw-r--r--fs/gfs2/lock_dlm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/lock_dlm.c b/fs/gfs2/lock_dlm.c
index 2559a79cf14b..6ce369b096d4 100644
--- a/fs/gfs2/lock_dlm.c
+++ b/fs/gfs2/lock_dlm.c
@@ -1058,7 +1058,7 @@ restart:
/*
* Expand static jid arrays if necessary (by increments of RECOVER_SIZE_INC)
- * to accomodate the largest slot number. (NB dlm slot numbers start at 1,
+ * to accommodate the largest slot number. (NB dlm slot numbers start at 1,
* gfs2 jids start at 0, so jid = slot - 1)
*/