summaryrefslogtreecommitdiff
path: root/compiler/prelude/TysPrim.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-02-08 14:14:36 +0100
committerGabor Greif <ggreif@gmail.com>2017-02-09 13:14:17 +0100
commite8f5efb55b694f70542d22d5c3aaf92222ccd973 (patch)
tree57f265e9826ce6ff8542ce4ebd8c73c630dbf0e2 /compiler/prelude/TysPrim.hs
parentb9bebd8cedccd7e8dd6df89b5504cd8f1e7a675b (diff)
downloadhaskell-e8f5efb55b694f70542d22d5c3aaf92222ccd973.tar.gz
Tweaks and typos in manual, note refs, comments
Diffstat (limited to 'compiler/prelude/TysPrim.hs')
-rw-r--r--compiler/prelude/TysPrim.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/prelude/TysPrim.hs b/compiler/prelude/TysPrim.hs
index 98064841c1..df8a380b83 100644
--- a/compiler/prelude/TysPrim.hs
+++ b/compiler/prelude/TysPrim.hs
@@ -425,7 +425,7 @@ GHC needs to be able to figure out how 'v' is represented at runtime.
It expects 'rep' to be form
TyConApp rr_dc args
where 'rr_dc' is a promoteed data constructor from RuntimeRep. So
-now we need to go from 'dc' to the correponding PrimRep. We store this
+now we need to go from 'dc' to the corresponding PrimRep. We store this
PrimRep in the promoted data constructor itself: see TyCon.promDcRepInfo.
-}