aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ipfw
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2009-08-23 08:49:32 +0000
committerJulian Elischer <julian@FreeBSD.org>2009-08-23 08:49:32 +0000
commitd3cef1d91e71ecb542b1933ea731329468e84d5d (patch)
tree3a48a439f3762fe5d05e48abdceb574fe851663b /sys/netinet/ipfw
parent5c67885a2660e6403402851f912dd01331cb45d4 (diff)
downloadsrc-d3cef1d91e71ecb542b1933ea731329468e84d5d.tar.gz
src-d3cef1d91e71ecb542b1933ea731329468e84d5d.zip
Fix another typo right next to the previous one, that amazingly, I did
not see before. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=196453
Diffstat (limited to 'sys/netinet/ipfw')
-rw-r--r--sys/netinet/ipfw/ip_fw2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ipfw/ip_fw2.c b/sys/netinet/ipfw/ip_fw2.c
index d9ffc6752895..e35669dc3a26 100644
--- a/sys/netinet/ipfw/ip_fw2.c
+++ b/sys/netinet/ipfw/ip_fw2.c
@@ -4653,7 +4653,7 @@ ipfw_init(void)
#endif
/*
* Other things that are only done the first time.
- * (now that we a re guaranteed of success).
+ * (now that we are guaranteed of success).
*/
ip_fw_ctl_ptr = ipfw_ctl;
ip_fw_chk_ptr = ipfw_chk;