Author: dteske
Date: Sun Jun 17 20:32:43 2018
New Revision: 335302
URL: https://svnweb.freebsd.org/changeset/base/335302

Log:
  sysrc.subr: Fix a comment for accuracy
  
  PR:           bin/203435
  Reported by:  Andreas Sommer <andreas.somme...@googlemail.com>
  MFC after:    6 days
  X-MFC-to:     stable/11
  X-MFC-with:   r335280
  Sponsored by: Smule, Inc.

Modified:
  head/usr.sbin/bsdconfig/share/sysrc.subr

Modified: head/usr.sbin/bsdconfig/share/sysrc.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/sysrc.subr    Sun Jun 17 20:10:48 2018        
(r335301)
+++ head/usr.sbin/bsdconfig/share/sysrc.subr    Sun Jun 17 20:32:43 2018        
(r335302)
@@ -556,7 +556,7 @@ f_sysrc_set()
        fi
 
        #
-       # If not found, append new value to last file and return.
+       # If not found, append new value to first file and return.
        #
        if [ "$not_found" ]; then
                # Add a newline if missing before appending to the file
_______________________________________________
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