Date: Sat, 9 Apr 2022 07:14:48 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 1cfd924f4e7c - main - libalias(3): Fix two typos in source code comments Message-ID: <202204090714.2397EmV0017287@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1cfd924f4e7ca3dc742905aaf5d828a21ad88191 commit 1cfd924f4e7ca3dc742905aaf5d828a21ad88191 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 06:54:56 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 07:14:00 +0000 libalias(3): Fix two typos in source code comments - s/modfied/modified/ MFC after: 3 days --- 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?202204090714.2397EmV0017287>