Date: Thu, 14 Apr 2022 06:44:59 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 3347a0764ec7 - stable/12 - netpfil: Remove a double word in a source code comment Message-ID: <202204140644.23E6ixhC096676@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=3347a0764ec71d8f29d75301bbed57319a2acc38 commit 3347a0764ec71d8f29d75301bbed57319a2acc38 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:33:01 +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 083b4f58b10f..289155661b8c 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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140644.23E6ixhC096676>