git: aa6cfcc820b4 - main - ipfilter: Correct a comment

Cy Schubert cy at FreeBSD.org
Mon Sep 27 18:14:55 UTC 2021


The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/src/commit/?id=aa6cfcc820b438cec58fbe0af408d4457f8daf9d

commit aa6cfcc820b438cec58fbe0af408d4457f8daf9d
Author:     Cy Schubert <cy at FreeBSD.org>
AuthorDate: 2021-09-25 06:41:22 +0000
Commit:     Cy Schubert <cy at FreeBSD.org>
CommitDate: 2021-09-27 18:13:50 +0000

    ipfilter: Correct a comment
    
    Correct a comment's grammar and while at it clarify its meaining.
    
    MFC after:      3 days
---
 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)


More information about the dev-commits-src-all mailing list