pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ghc7 ghc7: minor comment fix in bootstrap.mk (NFC)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/771daeb093f2
branches:  trunk
changeset: 342108:771daeb093f2
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Mon Oct 14 02:36:30 2019 +0000

description:
ghc7: minor comment fix in bootstrap.mk (NFC)

diffstat:

 lang/ghc7/bootstrap.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dac4d4874c1e -r 771daeb093f2 lang/ghc7/bootstrap.mk
--- a/lang/ghc7/bootstrap.mk    Sun Oct 13 21:50:54 2019 +0000
+++ b/lang/ghc7/bootstrap.mk    Mon Oct 14 02:36:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bootstrap.mk,v 1.24 2018/09/10 01:04:41 rillig Exp $
+# $NetBSD: bootstrap.mk,v 1.25 2019/10/14 02:36:30 gutteridge Exp $
 # -----------------------------------------------------------------------------
 # Select a bindist of bootstrapping compiler on a per-platform basis.
 #
@@ -121,7 +121,7 @@
 # An unusual target "bootstrap"
 #
 # Build a bootstrapping compiler using an already installed GHC. This
-# can certainly impossible if you don't have one. It's absolutely
+# can certainly be impossible if you don't have one. It's absolutely
 # important to build it with the fewest possible run-time
 # dependencies, otherwise the resulting binary can easily get
 # unusable.



Home | Main Index | Thread Index | Old Index