git: 3bbf7fe94612 - stable/12 - 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:45:22 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=3bbf7fe94612c98b677a724507074f4a815be819 commit 3bbf7fe94612c98b677a724507074f4a815be819 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:40:03 +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;