mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
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:
parent
df38343e71
commit
aa6cfcc820
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue