aboutsummaryrefslogtreecommitdiff
path: root/share/mk/dirdeps.mk
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2017-03-07 01:42:30 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2017-03-07 01:42:30 +0000
commit2dd9e369ef16509973dabb4ebb208a4943103a1c (patch)
tree50e8d0d9b35418544bd0d4960b7df26fc8b7a3a5 /share/mk/dirdeps.mk
parent1081f354afca90c85386388ee848572a47ce715a (diff)
downloadsrc-2dd9e369ef16509973dabb4ebb208a4943103a1c.tar.gz
src-2dd9e369ef16509973dabb4ebb208a4943103a1c.zip
Fix typo in comment.
Notes
Notes: svn path=/head/; revision=314816
Diffstat (limited to 'share/mk/dirdeps.mk')
-rw-r--r--share/mk/dirdeps.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/dirdeps.mk b/share/mk/dirdeps.mk
index 4298b9b98846..3dcad5213169 100644
--- a/share/mk/dirdeps.mk
+++ b/share/mk/dirdeps.mk
@@ -58,7 +58,7 @@
# distinguish them from others.
#
# Before each Makefile.depend file is read, we set
-# DEP_RELDIR to be the the RELDIR (path relative to SRCTOP) for
+# DEP_RELDIR to be the RELDIR (path relative to SRCTOP) for
# its directory, and DEP_MACHINE etc according to the .<target_spec>
# represented by the suffix of the corresponding target.
#