Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2009 07:59:28 +0000 (UTC)
From:      Julian Elischer <julian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r196451 - head/sys/netinet/ipfw
Message-ID:  <200908230759.n7N7xS6g051165@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: julian
Date: Sun Aug 23 07:59:28 2009
New Revision: 196451
URL: http://svn.freebsd.org/changeset/base/196451

Log:
  Fix typo in comment that has been bugging me for days.
  
  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 07:48:11 2009	(r196450)
+++ head/sys/netinet/ipfw/ip_fw2.c	Sun Aug 23 07:59:28 2009	(r196451)
@@ -4653,7 +4653,7 @@ ipfw_init(void)
 #endif
 	/*
 	 * Other things that are only done the first time.
-	 * (now that we a re cuaranteed of success).
+	 * (now that we a re guaranteed of success).
 	 */
 	ip_fw_ctl_ptr = ipfw_ctl;
 	ip_fw_chk_ptr = ipfw_chk;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908230759.n7N7xS6g051165>