git: 4c42b5477bf3 - stable/13 - mk: Remove a double word in a comment

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

URL: https://cgit.FreeBSD.org/src/commit/?id=4c42b5477bf3039c57ad78e0a181b9c74e6575dd

commit 4c42b5477bf3039c57ad78e0a181b9c74e6575dd
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:21:26 +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 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@