git: d2c483caa375 - stable/13 - libalias(3): Fix two typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 06:08:51 UTC
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;