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. # _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
