summaryrefslogtreecommitdiff
path: root/targets/Makefile
diff options
context:
space:
mode:
authorAndriy Voskoboinyk <avos@FreeBSD.org>2016-05-18 10:59:16 +0000
committerAndriy Voskoboinyk <avos@FreeBSD.org>2016-05-18 10:59:16 +0000
commit4938741ac5f11995a44f68d965c5cb44f7e8e5e9 (patch)
tree1653e981e9b49e4f87cc5ba87e92ead51789855b /targets/Makefile
parent2baa84d24475a47a80b5fbc105d9e9fbd70bc913 (diff)
downloadsrc-test-4938741ac5f11995a44f68d965c5cb44f7e8e5e9.tar.gz
src-test-4938741ac5f11995a44f68d965c5cb44f7e8e5e9.zip
targets/Makefile: fix a typo (derrived -> derived).
Notes
Notes: svn path=/head/; revision=300138
Diffstat (limited to 'targets/Makefile')
-rw-r--r--targets/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/Makefile b/targets/Makefile
index b5be7d245f5a0..8040953c6d1a6 100644
--- a/targets/Makefile
+++ b/targets/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-# This is the top-level makefile - derrived from the Junos version
+# This is the top-level makefile - derived from the Junos version
#
# If a subdir that matches the requested target exists, we assume
# a build target and initialize DIRDEPS, dirdeps.mk does the rest.