svn commit: r295177 - head/usr.sbin/sysrc

Devin Teske dteske at FreeBSD.org
Tue Feb 2 23:51:40 UTC 2016


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


More information about the svn-src-all mailing list