summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorshelarcy <shelarcy@gmail.com>2012-10-02 17:10:13 +0900
committerGabor Greif <ggreif@gmail.com>2012-10-02 10:41:46 +0200
commitfc8f9c1be4f05ddf58c128ecca7213351765168b (patch)
tree622b8545837d5fe5f950264fd07424fdf0305a67 /docs
parent42cb30bd2c00705da598cc8d4170b41fb5693166 (diff)
downloadhaskell-fc8f9c1be4f05ddf58c128ecca7213351765168b.tar.gz
Fix typo in the documentation of CApiFFI
Signed-off-by: Gabor Greif <ggreif@gmail.com>
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 2425d822c9..e778c034d0 100644
--- a/docs/users_guide/ffi-chap.xml
+++ b/docs/users_guide/ffi-chap.xml
@@ -164,7 +164,7 @@ foreign import ccall interruptible
<sect2 id="ffi-capi">
<title>The CAPI calling convention</title>
<para>
- The <literal>CAPI</literal> extension allows a calling
+ The <literal>CApiFFI</literal> extension allows a calling
convention of <literal>capi</literal> to be used in foreign
declarations, e.g.