Author: imp
Date: Mon Feb  9 16:10:30 2015
New Revision: 278461
URL: https://svnweb.freebsd.org/changeset/base/278461

Log:
  Fix typo.
  
  Submitted by: jhb@

Modified:
  head/sys/conf/dtb.mk

Modified: head/sys/conf/dtb.mk
==============================================================================
--- head/sys/conf/dtb.mk        Mon Feb  9 16:04:08 2015        (r278460)
+++ head/sys/conf/dtb.mk        Mon Feb  9 16:10:30 2015        (r278461)
@@ -67,7 +67,7 @@ CLEANFILES+=${_dts:R:S/$/.dtb/}
 realinstall: _dtbinstall
 .ORDER: beforeinstall _kmodinstall
 _dtbinstall:
-# Need to create this because installkernel doens't invoke mtree with 
BSD.root.mtree
+# Need to create this because installkernel doesn't invoke mtree with 
BSD.root.mtree
 # to make sure the tree is setup properly. This may break ownership of 
${DTBDIR}
 # for no-root build.
        mkdir -p ${DESTDIR}${DTBDIR}
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to