[PATCH] Fix typo in the documentation of CApiFFI
shelarcy <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <op.wljlvtvpg8rhh0@shelarcy-pc> |
Hello, GHC HEAD and 7.6.1 User's Guide "8.1.5. The CAPI calling convention" section describes wrong extention name. So, I made patch to fix that. Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
0001-Fix-typo-in-the-documentation-of-CApiFFI.patch
(application/octet-stream, 882 B)
From 0bc5a8da53d99186bf928acc8d1ff8c36ccb3310 Mon Sep 17 00:00:00 2001 From: shelarcy <[email protected]> Date: Tue, 2 Oct 2012 17:10:13 +0900 Subject: [PATCH] Fix typo in the documentation of CApiFFI --- 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 2425d82..e778c03 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. -- 1.7.11.msysgit.1