From 4938741ac5f11995a44f68d965c5cb44f7e8e5e9 Mon Sep 17 00:00:00 2001 From: Andriy Voskoboinyk Date: Wed, 18 May 2016 10:59:16 +0000 Subject: [PATCH] targets/Makefile: fix a typo (derrived -> derived). --- targets/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/Makefile b/targets/Makefile index b5be7d245f5..8040953c6d1 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.