Author: dim
Date: Tue Nov  6 07:51:20 2012
New Revision: 242658
URL: http://svnweb.freebsd.org/changeset/base/242658

Log:
  Fix typo in bsd.compiler.mk.

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

Modified: head/share/mk/bsd.compiler.mk
==============================================================================
--- head/share/mk/bsd.compiler.mk       Tue Nov  6 07:46:07 2012        
(r242657)
+++ head/share/mk/bsd.compiler.mk       Tue Nov  6 07:51:20 2012        
(r242658)
@@ -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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to