diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-03-29 15:34:32 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-03-30 12:10:30 +0200 |
commit | ff7094e5a80435ff68490c725029e762913a72d3 (patch) | |
tree | 234793f40e3f4bec47cfe41868189f2a4ce94ad1 /compiler/prelude | |
parent | 01b062ec3fa138b92124ce7ca4deca0ddcb474ea (diff) | |
download | haskell-ff7094e5a80435ff68490c725029e762913a72d3.tar.gz |
Typos in comments [ci skip]
Diffstat (limited to 'compiler/prelude')
-rw-r--r-- | compiler/prelude/primops.txt.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/prelude/primops.txt.pp b/compiler/prelude/primops.txt.pp index 41a725ff51..c16bc74de2 100644 --- a/compiler/prelude/primops.txt.pp +++ b/compiler/prelude/primops.txt.pp @@ -2713,7 +2713,7 @@ primop AddrToAnyOp "addrToAny#" GenPrimOp primop AnyToAddrOp "anyToAddr#" GenPrimOp a -> State# RealWorld -> (# State# RealWorld, Addr# #) - { Retrive the address of any Haskell value. This is + { Retrieve the address of any Haskell value. This is essentially an {\texttt unsafeCoerce\#}, but if implemented as such the core lint pass complains and fails to compile. As a primop, it is opaque to core/stg, and only appears |