svn commit: r282108 - head

Garrett Cooper ngie at FreeBSD.org
Mon Apr 27 18:21:43 UTC 2015


Author: ngie
Date: Mon Apr 27 18:21:42 2015
New Revision: 282108
URL: https://svnweb.freebsd.org/changeset/base/282108

Log:
  Fix a typo (linnker -> linker)

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Mon Apr 27 18:07:11 2015	(r282107)
+++ head/Makefile	Mon Apr 27 18:21:42 2015	(r282108)
@@ -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


More information about the svn-src-all mailing list