浏览代码

gfs2: Fix a typo in a comment

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Andreas Gruenbacher 10 年之前
父节点
当前提交
c9ea8c8b74
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/gfs2/lock_dlm.c

+ 1 - 1
fs/gfs2/lock_dlm.c

@@ -31,7 +31,7 @@ extern struct workqueue_struct *gfs2_control_wq;
  *
  *
  * @delta is the difference between the current rtt sample and the
  * @delta is the difference between the current rtt sample and the
  * running average srtt. We add 1/8 of that to the srtt in order to
  * running average srtt. We add 1/8 of that to the srtt in order to
- * update the current srtt estimate. The varience estimate is a bit
+ * update the current srtt estimate. The variance estimate is a bit
  * more complicated. We subtract the abs value of the @delta from
  * more complicated. We subtract the abs value of the @delta from
  * the current variance estimate and add 1/4 of that to the running
  * the current variance estimate and add 1/4 of that to the running
  * total.
  * total.