From 1fc864601c16e64bd441becaf82e362c4223e56f Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 12 Dec 2014 18:54:31 +0000 Subject: [PATCH] Fix typo in comments. Noticed by: brooks@ --- share/mk/bsd.opts.mk | 2 +- share/mk/src.opts.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/bsd.opts.mk b/share/mk/bsd.opts.mk index c696f4c811ad..881a030004c2 100644 --- a/share/mk/bsd.opts.mk +++ b/share/mk/bsd.opts.mk @@ -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 diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index 024bb9165f84..80313da12d2d 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -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