fix spelling of DEFAULT in comments...

This commit is contained in:
John-Mark Gurney 2014-10-22 06:53:55 +00:00
parent 03be41e6a4
commit 14cac2a6f1

View File

@ -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