gfs2: Fix spelling mistake in comment
authorZhang Jiaming <jiaming@nfschina.com>
Thu, 23 Jun 2022 09:37:16 +0000 (17:37 +0800)
committerAndreas Gruenbacher <agruenba@redhat.com>
Thu, 23 Jun 2022 23:49:50 +0000 (01:49 +0200)
Change 'accomodate' to 'accommodate'.

Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/lock_dlm.c

index 2559a79..6ce369b 100644 (file)
@@ -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)
  */