diff options
author | Zhang Jiaming <jiaming@nfschina.com> | 2022-06-23 12:37:16 +0300 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2022-06-24 02:49:50 +0300 |
commit | fe39dc98fb241a67f4a5a5eb6f842a05c4e316b8 (patch) | |
tree | 57e6fb548dc37def41ba8ae2e9be13cf786110f8 /fs/gfs2 | |
parent | 565f82b57abe88ca68688dff1740b10b3c3049e4 (diff) | |
download | linux-fe39dc98fb241a67f4a5a5eb6f842a05c4e316b8.tar.xz |
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')
-rw-r--r-- | fs/gfs2/lock_dlm.c | 2 |
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) */ |