From owner-svn-src-head@FreeBSD.ORG Tue Nov 6 07:51:21 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F953B9E; Tue, 6 Nov 2012 07:51:21 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 260568FC0C; Tue, 6 Nov 2012 07:51:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA67pLjg012731; Tue, 6 Nov 2012 07:51:21 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA67pKC4012730; Tue, 6 Nov 2012 07:51:20 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201211060751.qA67pKC4012730@svn.freebsd.org> From: Dimitry Andric Date: Tue, 6 Nov 2012 07:51:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242658 - head/share/mk X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2012 07:51:21 -0000 Author: dim Date: Tue Nov 6 07:51:20 2012 New Revision: 242658 URL: http://svnweb.freebsd.org/changeset/base/242658 Log: Fix typo in bsd.compiler.mk. Modified: head/share/mk/bsd.compiler.mk Modified: head/share/mk/bsd.compiler.mk ============================================================================== --- head/share/mk/bsd.compiler.mk Tue Nov 6 07:46:07 2012 (r242657) +++ head/share/mk/bsd.compiler.mk Tue Nov 6 07:51:20 2012 (r242658) @@ -14,7 +14,7 @@ COMPILER_TYPE:= gcc . elif ${_COMPILER_VERSION:Mclang} COMPILER_TYPE:= clang . else -.error Unable to determing compiler type for ${CC} +.error Unable to determine compiler type for ${CC} . endif . undef _COMPILER_VERSION . endif