Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Oct 2011 12:06:36 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r226198 - stable/8/etc
Message-ID:  <201110101206.p9AC6a35059192@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Mon Oct 10 12:06:36 2011
New Revision: 226198
URL: http://svn.freebsd.org/changeset/base/226198

Log:
  MFC: r225560
  
  Minor spelling, wording and punctuation fixes in comments.

Modified:
  stable/8/etc/network.subr
Directory Properties:
  stable/8/etc/   (props changed)

Modified: stable/8/etc/network.subr
==============================================================================
--- stable/8/etc/network.subr	Mon Oct 10 11:23:48 2011	(r226197)
+++ stable/8/etc/network.subr	Mon Oct 10 12:06:36 2011	(r226198)
@@ -31,7 +31,7 @@
 #
 
 # ifn_start ifn
-# Bring up and configure an interface.  If some configuration is applied
+# Bring up and configure an interface.  If some configuration is applied,
 # print the interface configuration.
 #
 ifn_start()
@@ -52,7 +52,7 @@ ifn_start()
 }
 
 # ifn_start ifn
-# Shutdown and de-configure an interface.  If action is taken print the
+# Shutdown and de-configure an interface.  If action is taken, print the
 # interface name.
 #
 ifn_stop()
@@ -202,7 +202,7 @@ ifconfig_getargs()
 }
 
 # autoif
-#	Returns 0 if the interface should be automaticly configured at
+#	Returns 0 if the interface should be automatically configured at
 #	boot time and 1 otherwise.
 autoif()
 {



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