summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2017-06-25 01:41:15 +0000
committerjoerg <joerg@pkgsrc.org>2017-06-25 01:41:15 +0000
commit2733e6dbb285b379b36d67dd841a689fcea61fa7 (patch)
tree6af11247e98f58769cf806b9d26bf4009f5460ba /mk
parentecaf2f2039b1478efb5ce8c3b02557cfad3ca947 (diff)
downloadpkgsrc-2733e6dbb285b379b36d67dd841a689fcea61fa7.tar.gz
Fix typo.
Diffstat (limited to 'mk')
-rw-r--r--mk/compiler/gcc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler/gcc.mk b/mk/compiler/gcc.mk
index cfd646b77a9..036ee4e4c27 100644
--- a/mk/compiler/gcc.mk
+++ b/mk/compiler/gcc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.178 2017/05/18 08:14:08 jperkin Exp $
+# $NetBSD: gcc.mk,v 1.179 2017/06/25 01:41:15 joerg Exp $
#
# This is the compiler definition for the GNU Compiler Collection.
#
@@ -20,7 +20,7 @@
# When set to "yes", the runtime gcc libraries (libgcc, libstdc++
# etc) will be used from pkgsrc rather than the native compiler.
#
-# GCC_VERSION_SUFIXX
+# GCC_VERSION_SUFFIX
# Optional suffix for GCC binaries, i.e. if the installed names are like
# /usr/bin/g++-5, /usr/bin/gcc-5 etc.