summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2012-11-06 07:51:20 +0000
committerdim <dim@FreeBSD.org>2012-11-06 07:51:20 +0000
commit9a9dc79c2f34ced67f20334ce4fa25b96d6eda06 (patch)
treeadeeec4848161b5674593ef668568adfda1dcaed /share
parent8981e79fb5bc88d256ceadd02b0bada17719f6b3 (diff)
downloadFreeBSD-src-9a9dc79c2f34ced67f20334ce4fa25b96d6eda06.zip
FreeBSD-src-9a9dc79c2f34ced67f20334ce4fa25b96d6eda06.tar.gz
Fix typo in bsd.compiler.mk.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.compiler.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.compiler.mk b/share/mk/bsd.compiler.mk
index e8397a2..c38c76e 100644
--- a/share/mk/bsd.compiler.mk
+++ b/share/mk/bsd.compiler.mk
@@ -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
OpenPOWER on IntegriCloud