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()
 {
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to