svn commit: r196453 - head/sys/netinet/ipfw

Julian Elischer julian at FreeBSD.org
Sun Aug 23 08:49:32 UTC 2009


Author: julian
Date: Sun Aug 23 08:49:32 2009
New Revision: 196453
URL: http://svn.freebsd.org/changeset/base/196453

Log:
  Fix another typo right next to the previous one, that amazingly, I did
  not see before.
  
  MFC after:	 1 week

Modified:
  head/sys/netinet/ipfw/ip_fw2.c

Modified: head/sys/netinet/ipfw/ip_fw2.c
==============================================================================
--- head/sys/netinet/ipfw/ip_fw2.c	Sun Aug 23 08:04:40 2009	(r196452)
+++ head/sys/netinet/ipfw/ip_fw2.c	Sun Aug 23 08:49:32 2009	(r196453)
@@ -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;


More information about the svn-src-head mailing list