mk: Remove a double word in a comment

- s/to to/to/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-10 12:57:55 +02:00
parent 11bc6be152
commit 8dcfb0282d

View File

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