summaryrefslogtreecommitdiffstats
path: root/sys/netpfil
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2012-10-09 06:15:16 +0000
committerkevlo <kevlo@FreeBSD.org>2012-10-09 06:15:16 +0000
commit543514a78ba423fb4c2351e080e8822ed44312d1 (patch)
tree77d2e0f9e2faa36561163e6c572b74e1c0181597 /sys/netpfil
parent4a272808c2860ae0e3f039d5b5f761c91e59c0f2 (diff)
downloadFreeBSD-src-543514a78ba423fb4c2351e080e8822ed44312d1.zip
FreeBSD-src-543514a78ba423fb4c2351e080e8822ed44312d1.tar.gz
Fix typo: s/unknow/unknown
Diffstat (limited to 'sys/netpfil')
-rw-r--r--sys/netpfil/ipfw/ip_dn_glue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netpfil/ipfw/ip_dn_glue.c b/sys/netpfil/ipfw/ip_dn_glue.c
index 2e4f460..54eed75 100644
--- a/sys/netpfil/ipfw/ip_dn_glue.c
+++ b/sys/netpfil/ipfw/ip_dn_glue.c
@@ -315,10 +315,10 @@ static size_t pipesizemax8 = sizeof(struct dn_pipe_max8);
/* Indicate 'ipfw' version
* 1: from FreeBSD 7.2
* 0: from FreeBSD 8
- * -1: unknow (for now is unused)
+ * -1: unknown (for now is unused)
*
* It is update when a IP_DUMMYNET_DEL or IP_DUMMYNET_CONFIGURE request arrives
- * NOTE: if a IP_DUMMYNET_GET arrives and the 'ipfw' version is unknow,
+ * NOTE: if a IP_DUMMYNET_GET arrives and the 'ipfw' version is unknown,
* it is suppose to be the FreeBSD 8 version.
*/
static int is7 = 0;
OpenPOWER on IntegriCloud