summaryrefslogtreecommitdiff
path: root/lang/gcc8
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2020-10-23 00:45:47 +0000
committergutteridge <gutteridge@pkgsrc.org>2020-10-23 00:45:47 +0000
commitd642288e833556f7cfb0897313ee47f2084c8af7 (patch)
tree7105b587234464048ddad2b66565b179767cdfa7 /lang/gcc8
parent1508f8132003007bc6ce3dd2eae6a360bb4aa844 (diff)
downloadpkgsrc-d642288e833556f7cfb0897313ee47f2084c8af7.tar.gz
Fix grammar in a comment in gcc* Makefiles
Diffstat (limited to 'lang/gcc8')
-rw-r--r--lang/gcc8/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc8/Makefile b/lang/gcc8/Makefile
index b9b4ede23fb..f9a64a6fdfa 100644
--- a/lang/gcc8/Makefile
+++ b/lang/gcc8/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/10/22 11:15:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.23 2020/10/23 00:45:48 gutteridge Exp $
GCC_PKGNAME= gcc8
PKGREVISION= 2
@@ -7,7 +7,7 @@ PKGREVISION= 2
DISTNAME= gcc-${GCC8_DIST_VERSION}
PKGNAME= ${GCC_PKGNAME}-${GCC8_DIST_VERSION}
## When bumping the PKGREVISION of this package the PKGREVISION of
-## lang/gcc8-libs needs to be bump to be at least 1 more than the
+## lang/gcc8-libs needs to be bumped to be at least 1 more than the
## PKGREVISION of this package!
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC8_DIST_VERSION}/}