aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil/pf/pf_ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netpfil/pf/pf_ioctl.c')
-rw-r--r--sys/netpfil/pf/pf_ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netpfil/pf/pf_ioctl.c b/sys/netpfil/pf/pf_ioctl.c
index c98846a3a23f..83eabcda26d2 100644
--- a/sys/netpfil/pf/pf_ioctl.c
+++ b/sys/netpfil/pf/pf_ioctl.c
@@ -3539,7 +3539,7 @@ shutdown_pf(void)
pf_clear_srcnodes(NULL);
/* status does not use malloced mem so no need to cleanup */
- /* fingerprints and interfaces have thier own cleanup code */
+ /* fingerprints and interfaces have their own cleanup code */
} while(0);
return (error);