Skip to content

Commit c9ea8c8

Browse files
Andreas GruenbacherAstralBob
authored andcommitted
gfs2: Fix a typo in a comment
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Bob Peterson <rpeterso@redhat.com>
1 parent 4d20713 commit c9ea8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/gfs2/lock_dlm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extern struct workqueue_struct *gfs2_control_wq;
3131
*
3232
* @delta is the difference between the current rtt sample and the
3333
* running average srtt. We add 1/8 of that to the srtt in order to
34-
* update the current srtt estimate. The varience estimate is a bit
34+
* update the current srtt estimate. The variance estimate is a bit
3535
* more complicated. We subtract the abs value of the @delta from
3636
* the current variance estimate and add 1/4 of that to the running
3737
* total.

0 commit comments

Comments
 (0)