diff options
| author | Daniel Fischer <daniel.is.fischer@googlemail.com> | 2011-05-30 10:54:16 +0200 |
|---|---|---|
| committer | Simon Marlow <marlowsd@gmail.com> | 2011-05-31 10:52:59 +0100 |
| commit | ef541e8773ec8ba023fa824bf23cf6f960fc2abc (patch) | |
| tree | f5d59376a319cf5076777358b6b4d3c249a667d8 /docs/users_guide/ffi-chap.xml | |
| parent | 8affa3655b650db8c55493dc2737f1d5e9bd9131 (diff) | |
| download | haskell-ef541e8773ec8ba023fa824bf23cf6f960fc2abc.tar.gz | |
Fix typos in ffi-chap.xml
Diffstat (limited to 'docs/users_guide/ffi-chap.xml')
| -rw-r--r-- | 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 fa418649d9..2fef13515d 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 |
