The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=a9f09d75ddff2e417160c05ebc549a96e94221f2
commit a9f09d75ddff2e417160c05ebc549a96e94221f2 Author: Gordon Bergling <[email protected]> AuthorDate: 2022-04-09 12:20:09 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2022-04-09 12:20:09 +0000 netpfil: Remove a double word in a source code comment - s/a a/a/ MFC after: 3 days --- sys/netpfil/ipfilter/netinet/fil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netpfil/ipfilter/netinet/fil.c b/sys/netpfil/ipfilter/netinet/fil.c index 9db403709b00..0371f816d33b 100644 --- a/sys/netpfil/ipfilter/netinet/fil.c +++ b/sys/netpfil/ipfilter/netinet/fil.c @@ -7385,7 +7385,7 @@ ipf_token_flush(ipf_main_softc_t *softc) /* uid(I) - uid owning the token */ /* ptr(I) - context pointer for the token */ /* */ -/* This function looks for a a token in the current list that matches up */ +/* This function looks for a token in the current list that matches up */ /* the fields (type, uid, ptr). If none is found, ESRCH is returned, else */ /* call ipf_token_dewref() to remove it from the list. In the event that */ /* the token has a reference held elsewhere, setting ipt_complete to 2 */
