svn commit: r320243 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Thu Jun 22 20:32:25 UTC 2017


Author: bdrewery
Date: Thu Jun 22 20:32:23 2017
New Revision: 320243
URL: https://svnweb.freebsd.org/changeset/base/320243

Log:
  Fix spelling error.
  
  Reported by:	arc
  Sponsored by:	Dell EMC Isilon

Modified:
  head/share/mk/bsd.compiler.mk

Modified: head/share/mk/bsd.compiler.mk
==============================================================================
--- head/share/mk/bsd.compiler.mk	Thu Jun 22 19:25:17 2017	(r320242)
+++ head/share/mk/bsd.compiler.mk	Thu Jun 22 20:32:23 2017	(r320243)
@@ -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).


More information about the svn-src-head mailing list