Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2022 06:08:51 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: d2c483caa375 - stable/13 - libalias(3): Fix two typos in source code comments
Message-ID:  <202204140608.23E68pL1041337@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=d2c483caa3757752c391039eb5f9fcf5b89911f0

commit d2c483caa3757752c391039eb5f9fcf5b89911f0
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 06:54:56 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:04:17 +0000

    libalias(3): Fix two typos in source code comments
    
    - s/modfied/modified/
    
    (cherry picked from commit 1cfd924f4e7ca3dc742905aaf5d828a21ad88191)
---
 sys/netinet/libalias/alias_proxy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netinet/libalias/alias_proxy.c b/sys/netinet/libalias/alias_proxy.c
index e2b0f1009617..9b75b22a74b3 100644
--- a/sys/netinet/libalias/alias_proxy.c
+++ b/sys/netinet/libalias/alias_proxy.c
@@ -341,7 +341,7 @@ ProxyEncodeTcpStream(struct alias_link *lnk,
 		memcpy(p, buffer, slen);
 	}
 
-	/* Save information about modfied sequence number */
+	/* Save information about modified sequence number */
 	{
 		int delta;
 



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