Date: Mon, 4 Oct 2021 13:18:55 GMT From: Cy Schubert <cy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 0b72f4c82af8 - stable/11 - ipfilter: Correct a comment Message-ID: <202110041318.194DIttL069168@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/11 has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=0b72f4c82af8fe86cfc1034a16661430430f6f42 commit 0b72f4c82af8fe86cfc1034a16661430430f6f42 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2021-09-25 06:41:22 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2021-10-01 16:12:51 +0000 ipfilter: Correct a comment Correct a comment's grammar and while at it clarify its meaining. (cherry picked from commit aa6cfcc820b438cec58fbe0af408d4457f8daf9d) --- sys/contrib/ipfilter/netinet/ip_proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/contrib/ipfilter/netinet/ip_proxy.c b/sys/contrib/ipfilter/netinet/ip_proxy.c index 4399a9cde8e4..a1a9379b95a6 100644 --- a/sys/contrib/ipfilter/netinet/ip_proxy.c +++ b/sys/contrib/ipfilter/netinet/ip_proxy.c @@ -1060,7 +1060,7 @@ ipf_proxy_check(fin, nat) /* pr(I) - protocol number for proxy */ /* name(I) - proxy name */ /* */ -/* Search for an proxy by the protocol it is being used with and its name. */ +/* Search for a proxy by the protocol being used and by its name. */ /* ------------------------------------------------------------------------ */ aproxy_t * ipf_proxy_lookup(arg, pr, name)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110041318.194DIttL069168>