netpfil: Fix a typo in a source code comment

- s/strucutre/structure/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2024-01-22 21:50:57 +01:00
parent 9b035689f1
commit cde9ec6a45

View file

@ -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. */
/* */