Author: dteske
Date: Tue Feb  2 23:51:39 2016
New Revision: 295177
URL: https://svnweb.freebsd.org/changeset/base/295177

Log:
  Fix a typo in a comment

Modified:
  head/usr.sbin/sysrc/sysrc

Modified: head/usr.sbin/sysrc/sysrc
==============================================================================
--- head/usr.sbin/sysrc/sysrc   Tue Feb  2 23:33:58 2016        (r295176)
+++ head/usr.sbin/sysrc/sysrc   Tue Feb  2 23:51:39 2016        (r295177)
@@ -595,7 +595,7 @@ fi
 if [ "$SHOW_ALL" ]; then
        #
        # Get a list of variables that are currently set in the rc.conf(5)
-       # files (included `/etc/defaults/rc.conf') by performing a call to
+       # files (including `/etc/defaults/rc.conf') by performing a call to
        # source_rc_confs() in a clean environment.
        #
        ( # Operate in a sub-shell to protect the parent environment
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to