X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FStablePtr.hs;h=21abd1dded1b032aad9a3fe5ca1b0afa6fcfb69e;hb=7e5e86a30f1d25bd2df79c6757f0c8dac4d18048;hp=ad3b6ee2a7e63af054a04f6088cd5d54a9b2c333;hpb=29246dd4eb44d03cc48cbd894821d3c9501d8829;p=ghc-base.git diff --git a/Foreign/StablePtr.hs b/Foreign/StablePtr.hs index ad3b6ee..21abd1d 100644 --- a/Foreign/StablePtr.hs +++ b/Foreign/StablePtr.hs @@ -59,4 +59,4 @@ import NHC.FFI -- pointers. In fact, they need not even be valid memory addresses. The only -- guarantee provided is that if they are passed back to Haskell land, the -- function 'deRefStablePtr' will be able to reconstruct the --- Haskell value refereed to by the stable pointer. +-- Haskell value referred to by the stable pointer.