summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorerdeszt <erdeszt@gmail.com>2015-05-25 16:28:43 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-05-25 16:29:03 +0200
commit326989ed06e6ad52d1cc2307be19d21b66b95813 (patch)
tree4d5f54dce59d36c39a925ba369f00476d23f0ead /docs
parentc04571daf6175d3976827dcfce61e08c0896d0ee (diff)
downloadhaskell-326989ed06e6ad52d1cc2307be19d21b66b95813.tar.gz
Add missing name for FFI import (fixes #9950)
Signed-off-by: erdeszt <erdeszt@gmail.com> Reviewed By: bgamari, thomie Differential Revision: https://phabricator.haskell.org/D902
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/ffi-chap.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml
index e7d5a0c37d..ab099b2953 100644
--- a/docs/users_guide/ffi-chap.xml
+++ b/docs/users_guide/ffi-chap.xml
@@ -110,7 +110,7 @@ OK:
<programlisting>
foreign import ccall interruptible
- "sleep" :: CUint -> IO CUint
+ "sleep" sleepBlock :: CUint -> IO CUint
</programlisting>
<literal>interruptible</literal> behaves exactly as