svn commit: r334460 - head/Mk/Uses
Baptiste Daroussin
bapt at FreeBSD.org
Wed Nov 20 21:48:30 UTC 2013
Author: bapt
Date: Wed Nov 20 21:48:30 2013
New Revision: 334460
URL: http://svnweb.freebsd.org/changeset/ports/334460
Log:
Fix a typo
Reported by: Rainer Hurling <rhurlin at gwdg.de>
Modified:
head/Mk/Uses/compiler.mk
Modified: head/Mk/Uses/compiler.mk
==============================================================================
--- head/Mk/Uses/compiler.mk Wed Nov 20 21:47:29 2013 (r334459)
+++ head/Mk/Uses/compiler.mk Wed Nov 20 21:48:30 2013 (r334460)
@@ -22,7 +22,7 @@
# ALT_COMPILER_VERSION: 2 first digit of the version: 33 for clang 3.3.*, 46 for gcc 4.6.* of the ALT_COMPILER_TYPE
#
# COMPILER_FEATURES: the list of features supported by the compiler include the standard C++ library.
-# CHOSEN_COMPILER_TYPE: can be gcc or clang (type of compiler chosen by the famework)
+# CHOSEN_COMPILER_TYPE: can be gcc or clang (type of compiler chosen by the framework)
.if !defined(_INCLUDE_USES_COMPILER_MK)
_INCLUDE_USES_COMPILER_MK= yes
More information about the svn-ports-head
mailing list