We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d20713 commit c9ea8c8Copy full SHA for c9ea8c8
fs/gfs2/lock_dlm.c
@@ -31,7 +31,7 @@ extern struct workqueue_struct *gfs2_control_wq;
31
*
32
* @delta is the difference between the current rtt sample and the
33
* 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
+ * update the current srtt estimate. The variance estimate is a bit
35
* more complicated. We subtract the abs value of the @delta from
36
* the current variance estimate and add 1/4 of that to the running
37
* total.
0 commit comments