2022-06-23 09:59:43

by Zhang Jiaming

[permalink] [raw]
Subject: [PATCH] gfs2: Fix spelling mistake

Change 'accomodate' to 'accommodate'.

Signed-off-by: Zhang Jiaming <[email protected]>
---
fs/gfs2/lock_dlm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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 @@ static int control_first_done(struct gfs2_sbd *sdp)

/*
* 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)
*/

--
2.25.1


2022-06-23 10:25:32

by Andreas Gruenbacher

[permalink] [raw]
Subject: Re: [PATCH] gfs2: Fix spelling mistake

On Thu, Jun 23, 2022 at 11:41 AM Zhang Jiaming <[email protected]> wrote:
> Change 'accomodate' to 'accommodate'.

Applied, thanks.

Andreas