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