mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo in comments.
Noticed by: brooks@
This commit is contained in:
parent
fd22444c4f
commit
1fc864601c
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
# are exceptions). Recursive makes usually add MK_FOO=no for options that they wish
|
||||
# to omit from that make.
|
||||
#
|
||||
# Makefiles must include bsd.srcpot.mk before they test the value of any MK_FOO
|
||||
# Makefiles must include bsd.mkopt.mk before they test the value of any MK_FOO
|
||||
# variable.
|
||||
#
|
||||
# Makefiles may also assume that this file is included by bsd.own.mk should it
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
# are exceptions). Recursive makes usually add MK_FOO=no for options that they wish
|
||||
# to omit from that make.
|
||||
#
|
||||
# Makefiles must include bsd.srcpot.mk before they test the value of any MK_FOO
|
||||
# Makefiles must include bsd.mkopt.mk before they test the value of any MK_FOO
|
||||
# variable.
|
||||
#
|
||||
# Makefiles may also assume that this file is included by src.opts.mk should it
|
||||
|
|
|
|||
Loading…
Reference in a new issue