From d3cef1d91e71ecb542b1933ea731329468e84d5d Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Sun, 23 Aug 2009 08:49:32 +0000 Subject: [PATCH] Fix another typo right next to the previous one, that amazingly, I did not see before. MFC after: 1 week --- sys/netinet/ipfw/ip_fw2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;