svn commit: r273454 - head/share/mk

John-Mark Gurney jmg at FreeBSD.org
Wed Oct 22 06:53:56 UTC 2014


Author: jmg
Date: Wed Oct 22 06:53:55 2014
New Revision: 273454
URL: https://svnweb.freebsd.org/changeset/base/273454

Log:
  fix spelling of DEFAULT in comments...

Modified:
  head/share/mk/bsd.mkopt.mk

Modified: head/share/mk/bsd.mkopt.mk
==============================================================================
--- head/share/mk/bsd.mkopt.mk	Wed Oct 22 05:21:36 2014	(r273453)
+++ head/share/mk/bsd.mkopt.mk	Wed Oct 22 06:53:55 2014	(r273454)
@@ -4,11 +4,11 @@
 # Generic mechanism to deal with WITH and WITHOUT options and turn
 # them into MK_ options.
 #
-# For each option FOO in __DEFUALT_YES_OPTIONS, MK_FOO is set to
+# For each option FOO in __DEFAULT_YES_OPTIONS, MK_FOO is set to
 # "yes", unless WITHOUT_FOO is defined, in which case it is set to
 # "no".
 #
-# For each option FOO in __DEFUALT_NO_OPTIONS, MK_FOO is set to "no",
+# For each option FOO in __DEFAULT_NO_OPTIONS, MK_FOO is set to "no",
 # unless WITH_FOO is defined, in which case it is set to "yes".
 #
 # If both WITH_FOO and WITHOUT_FOO are defined, WITHOUT_FOO wins and


More information about the svn-src-all mailing list