From ef541e8773ec8ba023fa824bf23cf6f960fc2abc Mon Sep 17 00:00:00 2001 From: Daniel Fischer Date: Mon, 30 May 2011 10:54:16 +0200 Subject: [PATCH] Fix typos in ffi-chap.xml --- docs/users_guide/ffi-chap.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - interruptble behaves exactly as + interruptible behaves exactly as safe, except that when a throwTo is directed at a thread in an interruptible foreign call, an OS-specific mechanism will be -- 1.7.10.4