Commit fe39dc98 authored by Zhang Jiaming's avatar Zhang Jiaming Committed by Andreas Gruenbacher
Browse files

gfs2: Fix spelling mistake in comment



Change 'accomodate' to 'accommodate'.

Signed-off-by: default avatarZhang Jiaming <jiaming@nfschina.com>
Signed-off-by: default avatarAndreas Gruenbacher <agruenba@redhat.com>
parent 565f82b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
 */