Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ef541e8773ec8ba023fa824bf23cf6f960fc2abc >--------------------------------------------------------------- commit ef541e8773ec8ba023fa824bf23cf6f960fc2abc Author: Daniel Fischer <[email protected]> Date: Mon May 30 10:54:16 2011 +0200 Fix typos in ffi-chap.xml >--------------------------------------------------------------- docs/users_guide/ffi-chap.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml index fa41864..2fef135 100644 --- a/docs/users_guide/ffi-chap.xml +++ b/docs/users_guide/ffi-chap.xml @@ -110,7 +110,7 @@ foreign import ccall interruptible "sleep" :: CUint -> IO CUint </programlisting> - <literal>interruptble</literal> behaves exactly as + <literal>interruptible</literal> behaves exactly as <literal>safe</literal>, except that when a <literal>throwTo</literal> is directed at a thread in an interruptible foreign call, an OS-specific mechanism will be _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
