svn commit: r314816 - head/share/mk

Simon J. Gerraty sjg at FreeBSD.org
Tue Mar 7 01:42:31 UTC 2017


Author: sjg
Date: Tue Mar  7 01:42:30 2017
New Revision: 314816
URL: https://svnweb.freebsd.org/changeset/base/314816

Log:
  Fix typo in comment.

Modified:
  head/share/mk/dirdeps.mk

Modified: head/share/mk/dirdeps.mk
==============================================================================
--- head/share/mk/dirdeps.mk	Tue Mar  7 01:15:57 2017	(r314815)
+++ head/share/mk/dirdeps.mk	Tue Mar  7 01:42:30 2017	(r314816)
@@ -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.
 #	


More information about the svn-src-all mailing list