summaryrefslogtreecommitdiff
path: root/compiler/prelude
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-03-29 15:34:32 +0200
committerGabor Greif <ggreif@gmail.com>2017-03-30 12:10:30 +0200
commitff7094e5a80435ff68490c725029e762913a72d3 (patch)
tree234793f40e3f4bec47cfe41868189f2a4ce94ad1 /compiler/prelude
parent01b062ec3fa138b92124ce7ca4deca0ddcb474ea (diff)
downloadhaskell-ff7094e5a80435ff68490c725029e762913a72d3.tar.gz
Typos in comments [ci skip]
Diffstat (limited to 'compiler/prelude')
-rw-r--r--compiler/prelude/primops.txt.pp2
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