svn commit: r251555 - head/usr.sbin/bsdconfig/startup/share

Devin Teske dteske at FreeBSD.org
Sat Jun 8 21:11:27 UTC 2013


Author: dteske
Date: Sat Jun  8 21:11:26 2013
New Revision: 251555
URL: http://svnweb.freebsd.org/changeset/base/251555

Log:
  Fix a typo in comments.

Modified:
  head/usr.sbin/bsdconfig/startup/share/rcconf.subr

Modified: head/usr.sbin/bsdconfig/startup/share/rcconf.subr
==============================================================================
--- head/usr.sbin/bsdconfig/startup/share/rcconf.subr	Sat Jun  8 20:47:43 2013	(r251554)
+++ head/usr.sbin/bsdconfig/startup/share/rcconf.subr	Sat Jun  8 21:11:26 2013	(r251555)
@@ -136,7 +136,7 @@ f_startup_rcconf_map()
 	if [ -f "$STARTUP_RCCONF_MAP_CACHEFILE" ]; then
 		#
 		# Attempt to populate the in-memory cache with the (soon to be)
-		# be validated on-disk cache. If validation fails, fall-back to
+		# validated on-disk cache. If validation fails, fall-back to
 		# the current value and provide error exit status.
 		#
 		STARTUP_RCCONF_MAP=$(


More information about the svn-src-head mailing list