Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2018 20:26:50 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r332300 - stable/11/share/mk
Message-ID:  <201804082026.w38KQoeC020883@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Sun Apr  8 20:26:50 2018
New Revision: 332300
URL: https://svnweb.freebsd.org/changeset/base/332300

Log:
  MFC r320243 (bdrewery): Fix spelling error.

Modified:
  stable/11/share/mk/bsd.compiler.mk
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/mk/bsd.compiler.mk
==============================================================================
--- stable/11/share/mk/bsd.compiler.mk	Sun Apr  8 19:33:05 2018	(r332299)
+++ stable/11/share/mk/bsd.compiler.mk	Sun Apr  8 20:26:50 2018	(r332300)
@@ -9,7 +9,7 @@
 #
 # COMPILER_VERSION is a numeric constant equal to:
 #     major * 10000 + minor * 100 + tiny
-# It too can be overriden on the command line. When testing it, be sure to
+# It too can be overridden on the command line. When testing it, be sure to
 # make sure that you are limiting the test to a specific compiler. Testing
 # against 30300 for gcc likely isn't  what you wanted (since versions of gcc
 # prior to 4.2 likely have no prayer of working).



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