git: 3a9e60169ee9 - stable/12 - mk: Remove a double word in a comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 13 Sep 2022 05:27:40 UTC
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=3a9e60169ee92253f5ad32145231cb1d0f542b6a

commit 3a9e60169ee92253f5ad32145231cb1d0f542b6a
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-10 10:57:55 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-13 05:27:24 +0000

    mk: Remove a double word in a comment
    
     - s/to to/to/
    
    (cherry picked from commit 8dcfb0282ddf28a16a29e56703009a839650e9c1)
---
 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 f6eff154fba7..b497cbde2c0d 100644
--- a/share/mk/meta.stage.mk
+++ b/share/mk/meta.stage.mk
@@ -50,7 +50,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@