diff options
| author | Zhang Jiaming <[email protected]> | 2022-06-23 17:37:16 +0800 |
|---|---|---|
| committer | Andreas Gruenbacher <[email protected]> | 2022-06-24 01:49:50 +0200 |
| commit | fe39dc98fb241a67f4a5a5eb6f842a05c4e316b8 (patch) | |
| tree | 57e6fb548dc37def41ba8ae2e9be13cf786110f8 | |
| parent | 565f82b57abe88ca68688dff1740b10b3c3049e4 (diff) | |
gfs2: Fix spelling mistake in comment
Change 'accomodate' to 'accommodate'.
Signed-off-by: Zhang Jiaming <[email protected]>
Signed-off-by: Andreas Gruenbacher <[email protected]>
| -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) */ |