From b2f4fa1a3dbf9d5950144dff9644ac66518e821f Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Thu, 22 Jun 2017 20:32:23 +0000 Subject: [PATCH] Fix spelling error. Reported by: arc Sponsored by: Dell EMC Isilon --- share/mk/bsd.compiler.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/bsd.compiler.mk b/share/mk/bsd.compiler.mk index 954ba5e572e..7e8350c51f5 100644 --- a/share/mk/bsd.compiler.mk +++ b/share/mk/bsd.compiler.mk @@ -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). -- 2.45.0