diff options
author | Gabor Greif <ggreif@gmail.com> | 2015-12-09 16:15:07 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2015-12-09 16:19:34 +0100 |
commit | 688069ca83e949b9bde9883af7df26114e2f9bc0 (patch) | |
tree | bb1c1744b96e412ba552124c3bf6436661f8866f /compiler/main/GhcMake.hs | |
parent | 83178931aa7e244b7c37860d03e2ab4a29d6a34e (diff) | |
download | haskell-688069ca83e949b9bde9883af7df26114e2f9bc0.tar.gz |
More typos in comments/docs
Diffstat (limited to 'compiler/main/GhcMake.hs')
-rw-r--r-- | compiler/main/GhcMake.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/GhcMake.hs b/compiler/main/GhcMake.hs index 06cd082d13..d390c16817 100644 --- a/compiler/main/GhcMake.hs +++ b/compiler/main/GhcMake.hs @@ -739,7 +739,7 @@ parUpsweep n_jobs old_hpt stable_mods cleanup sccs = do hsc_env_var <- liftIO $ newMVar hsc_env -- The old HPT is used for recompilation checking in upsweep_mod. When a - -- module sucessfully gets compiled, its HMI is pruned from the old HPT. + -- module successfully gets compiled, its HMI is pruned from the old HPT. old_hpt_var <- liftIO $ newIORef old_hpt -- What we use to limit parallelism with. |