[commit: ghc] master: Fix typo (spotted by gabor) (c91c233)
Ian Lynagh
igloo at earth.li
Sat Apr 20 22:36:08 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/c91c23300d58e4bd06c0f154e9ade0e1e3c2c21e
>---------------------------------------------------------------
commit c91c23300d58e4bd06c0f154e9ade0e1e3c2c21e
Author: Ian Lynagh <ian at well-typed.com>
Date: Sat Apr 20 18:45:11 2013 +0100
Fix typo (spotted by gabor)
>---------------------------------------------------------------
ghc.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ghc.mk b/ghc.mk
index 27062d6..8e5e7c1 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1288,7 +1288,7 @@ endif
# hsc2hs is needed, e.g. to make the .hs files for hpc.
phase_0_builds: $(utils/hsc2hs_dist_depfile_haskell)
phase_0_builds: $(utils/hsc2hs_dist_depfile_c_asm)
-# genprimopcode is needed ot make the .hs-incl files that are in the
+# genprimopcode is needed to make the .hs-incl files that are in the
# ghc package.
phase_0_builds: $(utils/genprimopcode_dist_depfile_haskell)
phase_0_builds: $(utils/genprimopcode_dist_depfile_c_asm)
More information about the ghc-commits
mailing list