Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2018 22:15:51 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r335750 - head
Message-ID:  <201806272215.w5RMFpNY036787@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Wed Jun 27 22:15:50 2018
New Revision: 335750
URL: https://svnweb.freebsd.org/changeset/base/335750

Log:
  Fix typo in top-level Makefile
  
  Submitted by:	Ben Widawsky <ben.widawsky@intel.com>
  MFC after:	3 days
  X-MFC-to:	stable/11 stable/10
  Sponsored by:	Smule, Inc.
  Differential Revision:	https://reviews.freebsd.org/P186

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Wed Jun 27 22:01:59 2018	(r335749)
+++ head/Makefile	Wed Jun 27 22:15:50 2018	(r335750)
@@ -205,7 +205,7 @@ _MAKEOBJDIRPREFIX!= /usr/bin/env -i PATH=${PATH} ${MAK
 # We often need to use the tree's version of make to build it.
 # Choices add to complexity though.
 # We cannot blindly use a make which may not be the one we want
-# so be exlicit - until all choice is removed.
+# so be explicit - until all choice is removed.
 WANT_MAKE=	bmake
 .if !empty(.MAKE.MODE:Mmeta)
 # 20160604 - support missing-meta,missing-filemon and performance improvements



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806272215.w5RMFpNY036787>