From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Wed, 2 Sep 2015 15:02:25 -0500 Subject: [Cluster-devel] [PATCH 5/6] gfs2: Fix a typo in a comment In-Reply-To: <1441224146-14737-1-git-send-email-rpeterso@redhat.com> References: <1441224146-14737-1-git-send-email-rpeterso@redhat.com> Message-ID: <1441224146-14737-6-git-send-email-rpeterso@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit From: Andreas Gruenbacher Signed-off-by: Andreas Gruenbacher Signed-off-by: Bob Peterson --- fs/gfs2/lock_dlm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/gfs2/lock_dlm.c b/fs/gfs2/lock_dlm.c index c962cfc..284c154 100644 --- a/fs/gfs2/lock_dlm.c +++ b/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 * 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 * the current variance estimate and add 1/4 of that to the running * total. -- 2.4.3