ipfilter: Correct a comment

Correct a comment's grammar and while at it clarify its meaining.

MFC after:	3 days
This commit is contained in:
Cy Schubert 2021-09-24 23:41:22 -07:00
parent df38343e71
commit aa6cfcc820

View File

@ -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)