summaryrefslogtreecommitdiffstats
path: root/sys/contrib/pf
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2008-07-24 19:05:58 +0000
committerjulian <julian@FreeBSD.org>2008-07-24 19:05:58 +0000
commit5c90c0c784ae80f2901ec8d6e1f9aa866fbb4542 (patch)
tree5cecf8f9654beb4270b4e03f35b3d00dc5f611fd /sys/contrib/pf
parent1a38a92356474e1963d5665ffa796ba64515ace3 (diff)
downloadFreeBSD-src-5c90c0c784ae80f2901ec8d6e1f9aa866fbb4542.zip
FreeBSD-src-5c90c0c784ae80f2901ec8d6e1f9aa866fbb4542.tar.gz
Fix spelling error in comment
Diffstat (limited to 'sys/contrib/pf')
-rw-r--r--sys/contrib/pf/net/pf_ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/pf/net/pf_ioctl.c b/sys/contrib/pf/net/pf_ioctl.c
index a4ed9e5..83a92df 100644
--- a/sys/contrib/pf/net/pf_ioctl.c
+++ b/sys/contrib/pf/net/pf_ioctl.c
@@ -1531,7 +1531,7 @@ pfioctl(dev_t dev, u_long cmd, caddr_t addr, int flags, struct proc *p)
pfi_kif_ref(rule->kif, PFI_KIF_REF_RULE);
}
-#ifdef __FreeBSD__ /* ROUTEING */
+#ifdef __FreeBSD__ /* ROUTING */
if (rule->rtableid > 0 && rule->rtableid > rt_numfibs)
#else
if (rule->rtableid > 0 && !rtable_exists(rule->rtableid))
OpenPOWER on IntegriCloud