diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2019-10-14 02:36:30 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2019-10-14 02:36:30 +0000 |
commit | 50ee0d023d4c55f40d83f2744ca604a7d35e3337 (patch) | |
tree | 97e5a36cc80b7791964f3a84dff9e8bb42812b42 | |
parent | 19f8797dd0b72b83d87f069a5c0c798e07c420c1 (diff) | |
download | pkgsrc-50ee0d023d4c55f40d83f2744ca604a7d35e3337.tar.gz |
ghc7: minor comment fix in bootstrap.mk (NFC)
-rw-r--r-- | lang/ghc7/bootstrap.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ghc7/bootstrap.mk b/lang/ghc7/bootstrap.mk index 9d5de440731..d5885704d5b 100644 --- a/lang/ghc7/bootstrap.mk +++ b/lang/ghc7/bootstrap.mk @@ -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 @@ pre-configure: # 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. |