diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2015-08-27 14:05:08 -0400 |
---|---|---|
committer | Bob Peterson <rpeterso@redhat.com> | 2015-09-03 14:34:09 -0400 |
commit | c9ea8c8b74b5fb2584879e4338770ed252d8a489 (patch) | |
tree | 1e600bd272c12e6fe7914c5c0516d9ed0f74a41f | |
parent | 4d207133e9c362bc05a3bb6701d63eeb75cc4b77 (diff) |
gfs2: Fix a typo in a comment
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
-rw-r--r-- | fs/gfs2/lock_dlm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/lock_dlm.c b/fs/gfs2/lock_dlm.c index c962cfcf19b0..284c1542783e 100644 --- a/fs/gfs2/lock_dlm.c +++ b/fs/gfs2/lock_dlm.c | |||
@@ -31,7 +31,7 @@ extern struct workqueue_struct *gfs2_control_wq; | |||
31 | * | 31 | * |
32 | * @delta is the difference between the current rtt sample and the | 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 | 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 | 34 | * update the current srtt estimate. The variance estimate is a bit |
35 | * more complicated. We subtract the abs value of the @delta from | 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 | 36 | * the current variance estimate and add 1/4 of that to the running |
37 | * total. | 37 | * total. |