Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 06:19:29 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 39ff0036f100 - stable/13 - cc_vegas(4): Fix a typo in a source code comment
Message-ID:  <202204090619.2396JTDg035330@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=39ff0036f10039ce3dabbc83dc84a0577dda8a09

commit 39ff0036f10039ce3dabbc83dc84a0577dda8a09
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 12:07:44 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 06:16:35 +0000

    cc_vegas(4): Fix a typo in a source code comment
    
    - s/measurment/measurement/
    
    (cherry picked from commit 17628f1b7927cefe2c28c6cb786cc51890589cf9)
---
 sys/netinet/cc/cc_vegas.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netinet/cc/cc_vegas.c b/sys/netinet/cc/cc_vegas.c
index cd38ad546140..a6946f82d21c 100644
--- a/sys/netinet/cc/cc_vegas.c
+++ b/sys/netinet/cc/cc_vegas.c
@@ -118,7 +118,7 @@ struct cc_algo vegas_cc_algo = {
 
 /*
  * The vegas window adjustment is done once every RTT, as indicated by the
- * ERTT_NEW_MEASUREMENT flag. This flag is reset once the new measurment data
+ * ERTT_NEW_MEASUREMENT flag. This flag is reset once the new measurement data
  * has been used.
  */
 static void



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090619.2396JTDg035330>