Fix typo in bsd.compiler.mk.

This commit is contained in:
dim 2012-11-06 07:51:20 +00:00
parent 8981e79fb5
commit 9a9dc79c2f

View File

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