Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 04:43:45 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: bb23c1b4b19c - stable/12 - netpfil: Fix a typo in a source code comment
Message-ID:  <202308050443.3754hj2Z060009@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=bb23c1b4b19ca79e19797b80e4a518418981f99d

commit bb23c1b4b19ca79e19797b80e4a518418981f99d
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-08-02 07:41:29 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-08-05 04:42:02 +0000

    netpfil: Fix a typo in a source code comment
    
    - s/interprted/interpreted/
    
    (cherry picked from commit cfd05de1946799c6353b07da5d351027d8471203)
---
 sys/netpfil/ipfilter/netinet/ip_state.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netpfil/ipfilter/netinet/ip_state.c b/sys/netpfil/ipfilter/netinet/ip_state.c
index 463416f454a9..88e5ae96406b 100644
--- a/sys/netpfil/ipfilter/netinet/ip_state.c
+++ b/sys/netpfil/ipfilter/netinet/ip_state.c
@@ -1255,7 +1255,7 @@ ipf_state_matchisps(ipstate_t *is1, ipstate_t *is2)
 		case IPPROTO_TCP :
 		case IPPROTO_UDP :
 		case IPPROTO_GRE :
-			/* greinfo_t can be also interprted as port pair */
+			/* greinfo_t can be also interpreted as port pair */
 			rv = ipf_state_matchports(&is1->is_ps.is_us,
 						  &is2->is_ps.is_us);
 			break;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308050443.3754hj2Z060009>