aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-04-27 18:21:42 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-04-27 18:21:42 +0000
commit3f29603d1b4bc1a4c61ee753876a9395c2a2f631 (patch)
tree96d7be49106ef72af9eaa043bcaf3e145ceae63f /Makefile
parent082a550bbaf3ea1f6ab034853e2edc9a5cdedc56 (diff)
downloadsrc-3f29603d1b4bc1a4c61ee753876a9395c2a2f631.tar.gz
src-3f29603d1b4bc1a4c61ee753876a9395c2a2f631.zip
Fix a typo (linnker -> linker)
Notes
Notes: svn path=/head/; revision=282108
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c82880ab7f5f..8ad4af96627b 100644
--- a/Makefile
+++ b/Makefile
@@ -375,7 +375,7 @@ kernel-toolchains:
.if make(universe) || make(universe_kernels) || make(tinderbox) || make(targets)
TARGETS?=amd64 arm i386 mips pc98 powerpc sparc64
# XXX Add arm64 to universe only if we have an external binutils installed.
-# It does not build with the in-tree linnker.
+# It does not build with the in-tree linker.
.if exists(/usr/local/aarch64-freebsd/bin/ld)
TARGETS+=arm64
TARGET_ARCHES_arm64?= aarch64