diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2024-01-22 20:50:57 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2024-01-22 20:50:57 +0000 |
commit | cde9ec6a451d22ad65fbe602dc57135177c0a865 (patch) | |
tree | 662b6a1f1ee20c17bed80dd51bf723e92ac2e718 | |
parent | 9b035689f15fc4aec96f9c18c6c86bd615faed2f (diff) |
netpfil: Fix a typo in a source code comment
- s/strucutre/structure/
MFC after: 3 days
-rw-r--r-- | sys/netpfil/ipfilter/netinet/ip_pool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netpfil/ipfilter/netinet/ip_pool.c b/sys/netpfil/ipfilter/netinet/ip_pool.c index 20a3eed5eb4b..2ded49401658 100644 --- a/sys/netpfil/ipfilter/netinet/ip_pool.c +++ b/sys/netpfil/ipfilter/netinet/ip_pool.c @@ -1094,7 +1094,7 @@ ipf_pool_flush(ipf_main_softc_t *softc, void *arg, iplookupflush_t *fp) /* ipo(I) - pointer to pool structure */ /* Locks: WRITE(ipf_poolrw) or WRITE(ipf_global) */ /* */ -/* Deletes the pool strucutre passed in from the list of pools and deletes */ +/* Deletes the pool structure passed in from the list of pools and deletes */ /* all of the address information stored in it, including any tree data */ /* structures also allocated. */ /* */ |