From 8dcfb0282ddf28a16a29e56703009a839650e9c1 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 10 Sep 2022 12:57:55 +0200 Subject: [PATCH] mk: Remove a double word in a comment - s/to to/to/ MFC after: 3 days --- share/mk/meta.stage.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/meta.stage.mk b/share/mk/meta.stage.mk index c362f0b590ad..9f54f3b1f9c5 100644 --- a/share/mk/meta.stage.mk +++ b/share/mk/meta.stage.mk @@ -52,7 +52,7 @@ _objroot ?= ${_OBJROOT:tA} # make sure this is global _STAGED_DIRS ?= .export _STAGED_DIRS -# add each dir we stage to to _STAGED_DIRS +# add each dir we stage to _STAGED_DIRS # and make sure we have absolute paths so that bmake # will match against .MAKE.META.BAILIWICK STAGE_DIR_FILTER = tA:@d@$${_STAGED_DIRS::+=$$d}$$d@