summaryrefslogtreecommitdiff
path: root/Mk/Uses/compiler.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-20 21:48:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-20 21:48:30 +0000
commitfcc34a8a2b1cd64b51075012f31a1a62c76490ac (patch)
tree9b50419a147cf8a66f80eaaf6b96db017ee7ba13 /Mk/Uses/compiler.mk
parentSwap compiler.mk to use gcc 4.7 when requesting a C++11/C11 compiler and clan... (diff)
Fix a typo
Reported by: Rainer Hurling <rhurlin@gwdg.de>
Notes
Notes: svn path=/head/; revision=334460
Diffstat (limited to 'Mk/Uses/compiler.mk')
-rw-r--r--Mk/Uses/compiler.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/compiler.mk b/Mk/Uses/compiler.mk
index 44ed832ef8ee..d8f704e2788a 100644
--- a/Mk/Uses/compiler.mk
+++ b/Mk/Uses/compiler.mk
@@ -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