Author: brueffer
Date: Mon Oct 10 12:15:10 2011
New Revision: 226200
URL: http://svn.freebsd.org/changeset/base/226200

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

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

Modified: stable/7/etc/network.subr
==============================================================================
--- stable/7/etc/network.subr   Mon Oct 10 12:07:04 2011        (r226199)
+++ stable/7/etc/network.subr   Mon Oct 10 12:15:10 2011        (r226200)
@@ -32,7 +32,7 @@
 
 # ifn_start ifn
 #      Bring up and configure an interface.  If some configuration is
-#      applied print the interface configuration.
+#      applied, print the interface configuration.
 #
 ifn_start()
 {
@@ -52,7 +52,7 @@ ifn_start()
 }
 
 # ifn_stop ifn
-#      Shutdown and de-configure an interface.  If action is taken
+#      Shutdown and de-configure an interface.  If action is taken,
 #      print the interface name.
 #
 ifn_stop()
@@ -161,8 +161,8 @@ get_if_var()
 }
 
 # _ifconfig_getargs if
-#      Echos the arguments for the supplied interface to stdout.
-#      returns 1 if empty.  In general, ifconfig_getargs should be used
+#      Prints the arguments for the supplied interface to stdout.
+#      Returns 1 if empty.  In general, ifconfig_getargs should be used
 #      outside this file.
 _ifconfig_getargs()
 {
@@ -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