summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2020-08-08 06:13:35 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-08-10 20:23:29 -0400
commit8ba41a0f7f5a8eeb39b73d0f0041a53549c377ab (patch)
treeb7a71979b55ea0e3e16a4574a30e54b0c441c1a1
parent77398b678aba45ba25932a39b7e8a7a31d0dd6f3 (diff)
downloadhaskell-8ba41a0f7f5a8eeb39b73d0f0041a53549c377ab.tar.gz
Correct a typo in ghc.mk
-rw-r--r--utils/ghc-pkg/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-pkg/ghc.mk b/utils/ghc-pkg/ghc.mk
index 1ba38329d2..182742b10a 100644
--- a/utils/ghc-pkg/ghc.mk
+++ b/utils/ghc-pkg/ghc.mk
@@ -61,7 +61,7 @@ endif
$(eval $(call build-prog,utils/ghc-pkg,dist,0))
# ghc-pkg uses `settings` to figure out the target platform to figure out a
-# subdirectory for the user pkg db. So make sure `settings` exists (alterative
+# subdirectory for the user pkg db. So make sure `settings` exists (alternative
# is to specify global package db only.
$(ghc-pkg_INPLACE) : | $(INPLACE_PACKAGE_CONF)/. $(INPLACE_LIB)/settings