summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-04-20 18:45:11 +0100
committerIan Lynagh <ian@well-typed.com>2013-04-20 18:45:11 +0100
commitc91c23300d58e4bd06c0f154e9ade0e1e3c2c21e (patch)
treeacaef3fad2d4065fa16bcc3daedf62d89dda9856 /ghc.mk
parentb45700cee37d259e78315ee525b7d7ef6bd3a674 (diff)
downloadhaskell-c91c23300d58e4bd06c0f154e9ade0e1e3c2c21e.tar.gz
Fix typo (spotted by gabor)
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index 27062d6d68..8e5e7c1435 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)