git: 937f83dc2e34 - stable/13 - netpfil: Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 06:13:38 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=937f83dc2e34564443061bc64ff3660d8d6daa21 commit 937f83dc2e34564443061bc64ff3660d8d6daa21 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 12:20:09 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:11:51 +0000 netpfil: Remove a double word in a source code comment - s/a a/a/ (cherry picked from commit a9f09d75ddff2e417160c05ebc549a96e94221f2) --- 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 */