svn commit: r226198 - stable/8/etc

Christian Brueffer brueffer at FreeBSD.org
Mon Oct 10 12:06:37 UTC 2011


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()
 {


More information about the svn-src-all mailing list