Fix spelling error.

Reported by:	arc
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Bryan Drewery 2017-06-22 20:32:23 +00:00
parent ded4f89519
commit b2f4fa1a3d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320243

View File

@ -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).